summaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-15 19:23:56 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-15 19:23:56 +0200
commit6403fc9fadc1507a9a1980a3c20aa0b42cb6a853 (patch)
tree25e28696e78628f346790e8c9796973938ea08db /client/global.gd
parenta2c498464ff09969bc6a98e475b82d44002fabeb (diff)
downloadhurrycurry-6403fc9fadc1507a9a1980a3c20aa0b42cb6a853.tar
hurrycurry-6403fc9fadc1507a9a1980a3c20aa0b42cb6a853.tar.bz2
hurrycurry-6403fc9fadc1507a9a1980a3c20aa0b42cb6a853.tar.zst
update translations
Diffstat (limited to 'client/global.gd')
-rw-r--r--client/global.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/global.gd b/client/global.gd
index e7f62091..647cac32 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -48,7 +48,7 @@ var default_settings := {
"sfx_volume": RangeSetting.new(tr("SFX Volume"), 0, -30, 0),
"fullscreen": DropdownSetting.new(tr("Fullscreen"), 0, [tr("Keep"), tr("Always"), tr("Never")]),
"touch_controls": DropdownSetting.new(tr("Enable touch screen controls"), 0, [tr("Automatic"), tr("Enabled"), tr("Disabled")]),
- "interpolate_camera_rotation": ToggleSetting.new(tr("Interpolate the camera rotation"), true),
+ "interpolate_camera_rotation": ToggleSetting.new(tr("Smooth camera rotation"), true),
"invert_camera": ToggleSetting.new(tr("Invert camera movement"), false),
"usernames": ToggleSetting.new(tr("Show username tags"), true),
"server_binary": TextSetting.new(tr("Server binary (leave empty to search PATH)"), "", tr("Enter path")),