app chooser: Reword a label

'Find New Applications' is shorter and less cryptic than 'Find
Applications in Software'.
This commit is contained in:
Matthias Clasen 2014-02-17 06:55:19 -05:00
parent 72e2094472
commit 11834ebf5c
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -1,4 +1,4 @@
N_("Select Application");
N_("label");
N_("_View All Applications");
N_("_Find Applications in Software ");
N_("_Find New Applications");