From 4793d50b0af203e7334efed992e2fcf7fe07ef85 Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Mon, 19 Jun 2023 13:58:25 +0200 Subject: [PATCH] Clean up strings in preferences --- data/gtk/preferences.blp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/data/gtk/preferences.blp b/data/gtk/preferences.blp index f7a71b9..9714d93 100644 --- a/data/gtk/preferences.blp +++ b/data/gtk/preferences.blp @@ -77,7 +77,7 @@ template $PreferencesWindow : Adw.PreferencesWindow { show-enable-switch: true; Adw.ActionRow steam_action_row { - title: _("Steam Install Location"); + title: _("Install Location"); Button steam_file_chooser_button { icon-name: "folder-symbolic"; @@ -91,7 +91,7 @@ template $PreferencesWindow : Adw.PreferencesWindow { show-enable-switch: true; Adw.ActionRow lutris_action_row { - title: _("Lutris Install Location"); + title: _("Install Location"); Button lutris_file_chooser_button { icon-name: "folder-symbolic"; @@ -100,7 +100,7 @@ template $PreferencesWindow : Adw.PreferencesWindow { } Adw.ActionRow lutris_cache_action_row { - title: _("Lutris Cache Location"); + title: _("Cache Location"); Button lutris_cache_file_chooser_button { icon-name: "folder-symbolic"; @@ -123,7 +123,7 @@ template $PreferencesWindow : Adw.PreferencesWindow { show-enable-switch: true; Adw.ActionRow heroic_action_row { - title: _("Heroic Install Location"); + title: _("Install Location"); Button heroic_file_chooser_button { icon-name: "folder-symbolic"; @@ -164,7 +164,7 @@ template $PreferencesWindow : Adw.PreferencesWindow { show-enable-switch: true; Adw.ActionRow bottles_action_row { - title: _("Bottles Install Location"); + title: _("Install Location"); Button bottles_file_chooser_button { icon-name: "folder-symbolic"; @@ -178,7 +178,7 @@ template $PreferencesWindow : Adw.PreferencesWindow { show-enable-switch: true; Adw.ActionRow itch_action_row { - title: _("itch Install Location"); + title: _("Install Location"); Button itch_file_chooser_button { icon-name: "folder-symbolic"; @@ -192,7 +192,7 @@ template $PreferencesWindow : Adw.PreferencesWindow { show-enable-switch: true; Adw.ActionRow legendary_action_row { - title: _("Legendary Install Location"); + title: _("Install Location"); Button legendary_file_chooser_button { icon-name: "folder-symbolic";