forked from AuroraMiddleware/gtk
app chooser: Reword a label
'Find New Applications' is shorter and less cryptic than 'Find Applications in Software'.
This commit is contained in:
parent
72e2094472
commit
11834ebf5c
@ -80,7 +80,7 @@
|
||||
<signal name="clicked" handler="show_more_button_clicked_cb" swapped="no"/>
|
||||
</object>
|
||||
<object class="GtkButton" id="software_button">
|
||||
<property name="label" translatable="yes">_Find Applications in Software </property>
|
||||
<property name="label" translatable="yes">_Find New Applications</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
|
@ -1,4 +1,4 @@
|
||||
N_("Select Application");
|
||||
N_("label");
|
||||
N_("_View All Applications");
|
||||
N_("_Find Applications in Software ");
|
||||
N_("_Find New Applications");
|
||||
|
Loading…
Reference in New Issue
Block a user