mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-11 10:36:39 +00:00
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
This commit is contained in:
parent
58bc6897a5
commit
d3147bab5a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue