diff options
| author | EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> | 2020-11-15 13:11:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-15 21:11:23 +0100 |
| commit | d3147bab5a840740253f3cc8a799866204ecaa74 (patch) | |
| tree | 930f92fb4983d9be1f21aaf00e76a9543ff85bd6 | |
| parent | 58bc6897a5194d8d8878cdd9c40ba0750ca7e049 (diff) | |
Standardize to camel-case: option to check for updates on launch (#1698)
* Standardize to camel-case: option to check for updates on launch
Updates the "Check for updates on launch" to read instead "Check For Updates On Launch" to be consistent with camel-case options elsewhere in the UI. This time done with manual editing instead of with the Glade app.
* Updated to match general English rules on articles and conjunctions
| -rw-r--r-- | Ryujinx/Ui/SettingsWindow.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx/Ui/SettingsWindow.glade b/Ryujinx/Ui/SettingsWindow.glade index b22fef90..ebc3fcb1 100644 --- a/Ryujinx/Ui/SettingsWindow.glade +++ b/Ryujinx/Ui/SettingsWindow.glade @@ -123,7 +123,7 @@ </child> <child> <object class="GtkCheckButton" id="_checkUpdatesToggle"> - <property name="label" translatable="yes">Check for updates on launch</property> + <property name="label" translatable="yes">Check for Updates on Launch</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> |
