From aa407308de48f770fae999cd2f62f4e097b36da9 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sat, 20 May 2023 22:05:11 +0200 Subject: [PATCH] feat(ui): renamed additional enhancement options --- src/ui/preferences/enhancements/mod.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui/preferences/enhancements/mod.rs b/src/ui/preferences/enhancements/mod.rs index 14c728b..67c4a87 100644 --- a/src/ui/preferences/enhancements/mod.rs +++ b/src/ui/preferences/enhancements/mod.rs @@ -62,7 +62,7 @@ impl SimpleAsyncComponent for EnhancementsApp { set_title: "Options", adw::ActionRow { - set_title: "Game settings", + set_title: &tr("game"), set_subtitle: "Manage in-game settings and account session", add_suffix = >k::Image { @@ -75,7 +75,7 @@ impl SimpleAsyncComponent for EnhancementsApp { }, adw::ActionRow { - set_title: "Sandbox settings", + set_title: &tr("sandbox"), set_subtitle: "Run the game in a bubblewrap sandbox, similar to what Flatpak does", add_suffix = >k::Image { @@ -88,7 +88,7 @@ impl SimpleAsyncComponent for EnhancementsApp { }, adw::ActionRow { - set_title: "Environment settings", + set_title: &tr("environment"), set_subtitle: "Specify environment variables and game launching command", add_suffix = >k::Image {