Clean up strings in preferences

This commit is contained in:
kramo
2023-06-19 13:58:25 +02:00
parent a96b989a29
commit 4793d50b0a

View File

@@ -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";