aboutsummaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-07-07 23:03:55 +0200
committertpart <tpart120@proton.me>2024-07-07 23:03:59 +0200
commit247457682736e8cdc20fb13c3628380229fc3d32 (patch)
tree1eaa9d013bccae849318e73e5c18eb52004c23f3 /client/global.gd
parent0a0fa270ba702ede3b8d9d75cd20fb5cdc338704 (diff)
downloadhurrycurry-247457682736e8cdc20fb13c3628380229fc3d32.tar
hurrycurry-247457682736e8cdc20fb13c3628380229fc3d32.tar.bz2
hurrycurry-247457682736e8cdc20fb13c3628380229fc3d32.tar.zst
Add more german translations
Diffstat (limited to 'client/global.gd')
-rw-r--r--client/global.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/global.gd b/client/global.gd
index d50788ba..2ee08c6b 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -35,8 +35,8 @@ var default_settings := {
"interpolate_camera_rotation": ToggleSetting.new(tr("Interpolate the camera rotation"), true),
"invert_camera": ToggleSetting.new(tr("Invert camera movement"), false),
"usernames": ToggleSetting.new(tr("Show username tags"), false),
- "server_binary": TextSetting.new(tr("Server binary (leave empty to search PATH)"), "", "Enter path"),
- "server_data": TextSetting.new(tr("Server data directory (leave empty to auto-detect)"), "", "Enter path"),
+ "server_binary": TextSetting.new(tr("Server binary (leave empty to search PATH)"), "", tr("Enter path")),
+ "server_data": TextSetting.new(tr("Server data directory (leave empty to auto-detect)"), "", tr("Enter path")),
"aa": DropdownSetting.new(tr("Anti-aliasing"), 2, [tr("Disabled"), "FXAA", "MSAA 2x", "MSAA 4x"]),
"ssao": ToggleSetting.new(tr("Ambient occlusion"), true),
"taa": ToggleSetting.new(tr("Temporal Anti-Aliasing"), false),