From 77297367e6c4748ad3eacb69fc5d9b1b28be005d Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 25 Aug 2020 23:19:20 -0500 Subject: [PATCH] More work --- GameBrowser.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/GameBrowser.json b/GameBrowser.json index 6908815..4d776d6 100755 --- a/GameBrowser.json +++ b/GameBrowser.json @@ -1,10 +1,10 @@ { "strings": { - "GAME_BROWSER_NAME" : "Game Browser", - "GAME_BROWSER_FILTER" : "Filters", - "GAME_BROWSER_FILTER_SORTING" : "Sorting", - "GAME_BROWSER_FILTER_SHOW_DEDICATED_SERVERS": "Dedicated Servers", - "GAME_BROWSER_FILTER_SHOW_LISTEN_SERVERS": "Listen Servers", + "GAME_BROWSER_NAME" : "People Finder", + "GAME_BROWSER_FILTER" : "Narrow it Down", + "GAME_BROWSER_FILTER_SORTING" : "Sort", + "GAME_BROWSER_FILTER_SHOW_DEDICATED_SERVERS": "Dedis", + "GAME_BROWSER_FILTER_SHOW_LISTEN_SERVERS": "Listeners", "GAME_BROWSER_FILTER_SHOW_LOBBIES": "Lobbies", "GAME_BROWSER_FILTER_SHOW_DROP_IN_GAMES": "Drop-In Enabled", "GAME_BROWSER_FILTER_SHOW_DIFFICULTY_EASY_GAMES": "Difficulty: Drizzle", @@ -62,7 +62,7 @@ "REMOTE_GAME_DETAILS_JOIN_LOBBY": "Join Lobby", "REMOTE_GAME_DETAILS_JOIN_SERVER": "Join Server", - "REMOTE_GAME_DETAILS_WARNING_VERSION_MISMATCH": "Version differs between your local game and the remote game.", - "REMOTE_GAME_DETAILS_WARNING_MOD_MISMATCH": "The active mods between your local game and the remote game do not match." + "REMOTE_GAME_DETAILS_WARNING_VERSION_MISMATCH": "The versions are wrong. Fix your shit.", + "REMOTE_GAME_DETAILS_WARNING_MOD_MISMATCH": "You probably need to fix your mod situation." } -} \ No newline at end of file +}