aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Ava/Assets
diff options
context:
space:
mode:
authorAc_K <Acoustik666@gmail.com>2022-07-28 19:16:23 +0200
committerGitHub <noreply@github.com>2022-07-28 14:16:23 -0300
commit8cfec5de4bde7087734beb2f7203f0d930e1b2d8 (patch)
tree1305b1e5a345f8e7d9a0f6d464948aa064749c30 /Ryujinx.Ava/Assets
parent37b6e081da6acb6d0ecbe34385d4e09b1ffca5b7 (diff)
Avalonia: Cleanup UserEditor a bit (#3492)
This PR cleanup the UserEditor code a bit, 2 texts are added for "Name" and "User Id", because when you create a new profile, the textbox is empty without any hints. `axaml` files are autoformated too.
Diffstat (limited to 'Ryujinx.Ava/Assets')
-rw-r--r--Ryujinx.Ava/Assets/Locales/en_US.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/Ryujinx.Ava/Assets/Locales/en_US.json b/Ryujinx.Ava/Assets/Locales/en_US.json
index d9cbce9d..1188c6c6 100644
--- a/Ryujinx.Ava/Assets/Locales/en_US.json
+++ b/Ryujinx.Ava/Assets/Locales/en_US.json
@@ -577,5 +577,7 @@
"UserProfileNoImageError": "Profile image must be set",
"GameUpdateWindowHeading": "Updates Available for {0} [{1}]",
"SettingsTabHotkeysResScaleUpHotkey": "Increase resolution:",
- "SettingsTabHotkeysResScaleDownHotkey": "Decrease resolution:"
+ "SettingsTabHotkeysResScaleDownHotkey": "Decrease resolution:",
+ "UserProfilesName": "Name:",
+ "UserProfilesUserId" : "User Id:"
}