Remove an extraneous translatable string

This commit is contained in:
Matthias Clasen 2014-08-22 01:01:19 -04:00
parent 8061165789
commit 792ffb26bc
2 changed files with 1 additions and 2 deletions

View File

@ -54,7 +54,7 @@
<property name="can_focus">False</property>
<property name="halign">center</property>
<property name="valign">center</property>
<property name="label" translatable="yes">label</property>
<property name="label">label</property>
<property name="wrap">True</property>
</object>
<packing>

View File

@ -1,5 +1,4 @@
N_("Select Application");
N_("label");
N_("_Cancel");
N_("_Select");
N_("_View All Applications");