update settings and main window tooltips (#3488)
This commit is contained in:
parent
1825bd87b4
commit
a00c59a46c
2 changed files with 27 additions and 27 deletions
|
@ -29,7 +29,7 @@
|
|||
<object class="GtkMenuItem" id="_loadApplicationFile">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="tooltip_text" translatable="yes">Open a file chooser to chose a switch compatible file to load</property>
|
||||
<property name="tooltip_text" translatable="yes">Open a file explorer to choose a Switch compatible file to load</property>
|
||||
<property name="label" translatable="yes">Load Application from File</property>
|
||||
<property name="use_underline">True</property>
|
||||
<signal name="activate" handler="Load_Application_File" swapped="no"/>
|
||||
|
@ -39,7 +39,7 @@
|
|||
<object class="GtkMenuItem" id="_loadApplicationFolder">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="tooltip_text" translatable="yes">Open a file chooser to chose a switch compatible, unpacked application to load</property>
|
||||
<property name="tooltip_text" translatable="yes">Open a file explorer to choose a Switch compatible, unpacked application to load</property>
|
||||
<property name="label" translatable="yes">Load Unpacked Game</property>
|
||||
<property name="use_underline">True</property>
|
||||
<signal name="activate" handler="Load_Application_Folder" swapped="no"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue