Clean up strings in preferences
This commit is contained in:
@@ -77,7 +77,7 @@ template $PreferencesWindow : Adw.PreferencesWindow {
|
|||||||
show-enable-switch: true;
|
show-enable-switch: true;
|
||||||
|
|
||||||
Adw.ActionRow steam_action_row {
|
Adw.ActionRow steam_action_row {
|
||||||
title: _("Steam Install Location");
|
title: _("Install Location");
|
||||||
|
|
||||||
Button steam_file_chooser_button {
|
Button steam_file_chooser_button {
|
||||||
icon-name: "folder-symbolic";
|
icon-name: "folder-symbolic";
|
||||||
@@ -91,7 +91,7 @@ template $PreferencesWindow : Adw.PreferencesWindow {
|
|||||||
show-enable-switch: true;
|
show-enable-switch: true;
|
||||||
|
|
||||||
Adw.ActionRow lutris_action_row {
|
Adw.ActionRow lutris_action_row {
|
||||||
title: _("Lutris Install Location");
|
title: _("Install Location");
|
||||||
|
|
||||||
Button lutris_file_chooser_button {
|
Button lutris_file_chooser_button {
|
||||||
icon-name: "folder-symbolic";
|
icon-name: "folder-symbolic";
|
||||||
@@ -100,7 +100,7 @@ template $PreferencesWindow : Adw.PreferencesWindow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Adw.ActionRow lutris_cache_action_row {
|
Adw.ActionRow lutris_cache_action_row {
|
||||||
title: _("Lutris Cache Location");
|
title: _("Cache Location");
|
||||||
|
|
||||||
Button lutris_cache_file_chooser_button {
|
Button lutris_cache_file_chooser_button {
|
||||||
icon-name: "folder-symbolic";
|
icon-name: "folder-symbolic";
|
||||||
@@ -123,7 +123,7 @@ template $PreferencesWindow : Adw.PreferencesWindow {
|
|||||||
show-enable-switch: true;
|
show-enable-switch: true;
|
||||||
|
|
||||||
Adw.ActionRow heroic_action_row {
|
Adw.ActionRow heroic_action_row {
|
||||||
title: _("Heroic Install Location");
|
title: _("Install Location");
|
||||||
|
|
||||||
Button heroic_file_chooser_button {
|
Button heroic_file_chooser_button {
|
||||||
icon-name: "folder-symbolic";
|
icon-name: "folder-symbolic";
|
||||||
@@ -164,7 +164,7 @@ template $PreferencesWindow : Adw.PreferencesWindow {
|
|||||||
show-enable-switch: true;
|
show-enable-switch: true;
|
||||||
|
|
||||||
Adw.ActionRow bottles_action_row {
|
Adw.ActionRow bottles_action_row {
|
||||||
title: _("Bottles Install Location");
|
title: _("Install Location");
|
||||||
|
|
||||||
Button bottles_file_chooser_button {
|
Button bottles_file_chooser_button {
|
||||||
icon-name: "folder-symbolic";
|
icon-name: "folder-symbolic";
|
||||||
@@ -178,7 +178,7 @@ template $PreferencesWindow : Adw.PreferencesWindow {
|
|||||||
show-enable-switch: true;
|
show-enable-switch: true;
|
||||||
|
|
||||||
Adw.ActionRow itch_action_row {
|
Adw.ActionRow itch_action_row {
|
||||||
title: _("itch Install Location");
|
title: _("Install Location");
|
||||||
|
|
||||||
Button itch_file_chooser_button {
|
Button itch_file_chooser_button {
|
||||||
icon-name: "folder-symbolic";
|
icon-name: "folder-symbolic";
|
||||||
@@ -192,7 +192,7 @@ template $PreferencesWindow : Adw.PreferencesWindow {
|
|||||||
show-enable-switch: true;
|
show-enable-switch: true;
|
||||||
|
|
||||||
Adw.ActionRow legendary_action_row {
|
Adw.ActionRow legendary_action_row {
|
||||||
title: _("Legendary Install Location");
|
title: _("Install Location");
|
||||||
|
|
||||||
Button legendary_file_chooser_button {
|
Button legendary_file_chooser_button {
|
||||||
icon-name: "folder-symbolic";
|
icon-name: "folder-symbolic";
|
||||||
|
|||||||
Reference in New Issue
Block a user