Răsfoiți Sursa

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
EmulationFanatic 5 ani în urmă
părinte
comite
d3147bab5a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Ryujinx/Ui/SettingsWindow.glade

+ 1 - 1
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>