aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client
diff options
context:
space:
mode:
authortaskinoz <tristan@taskinoz.com>2022-01-19 17:32:06 +1100
committerGitHub <noreply@github.com>2022-01-19 17:32:06 +1100
commit5716bf20f545356d0c025fa0b2a3a8b530910862 (patch)
treee1f3821c3242dba9833c688855abb5a74e6f606d /Northstar.Client
parent72d1ab3492ea20ffb75a4d627b09bedd26df41a6 (diff)
parent9693b43e54659cf6049276ab66ca7cd59415460a (diff)
downloadNorthstarMods-5716bf20f545356d0c025fa0b2a3a8b530910862.tar.gz
NorthstarMods-5716bf20f545356d0c025fa0b2a3a8b530910862.zip
Merge pull request #134 from VITALISED/attributes-localisation
Fix UTF-16BE being chosen over UTF-16LE
Diffstat (limited to 'Northstar.Client')
-rw-r--r--Northstar.Client/mod/resource/northstar_client_localisation_english.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Northstar.Client/mod/resource/northstar_client_localisation_english.txt b/Northstar.Client/mod/resource/northstar_client_localisation_english.txt
index cf12fc17f..96e4f04e9 100644
--- a/Northstar.Client/mod/resource/northstar_client_localisation_english.txt
+++ b/Northstar.Client/mod/resource/northstar_client_localisation_english.txt
@@ -4,6 +4,7 @@
"Tokens"
{
// This file needs to be encoded as UTF-16 LE
+
"MENU_LAUNCH_NORTHSTAR" "Launch Northstar"
"MENU_TITLE_MODS" "Mods"
"RELOAD_MODS" "Reload Mods"
@@ -287,4 +288,4 @@ Press Yes if you agree to this. This choice can be changed in the mods menu at a
"INGAME_PLAYERS" "Players:"
"TOTAL_SERVERS" "Servers:"
}
-}
+} \ No newline at end of file