Remove an extraneous translatable string
This commit is contained in:
@ -54,7 +54,7 @@
|
|||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="halign">center</property>
|
<property name="halign">center</property>
|
||||||
<property name="valign">center</property>
|
<property name="valign">center</property>
|
||||||
<property name="label" translatable="yes">label</property>
|
<property name="label">label</property>
|
||||||
<property name="wrap">True</property>
|
<property name="wrap">True</property>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
N_("Select Application");
|
N_("Select Application");
|
||||||
N_("label");
|
|
||||||
N_("_Cancel");
|
N_("_Cancel");
|
||||||
N_("_Select");
|
N_("_Select");
|
||||||
N_("_View All Applications");
|
N_("_View All Applications");
|
||||||
|
|||||||
Reference in New Issue
Block a user