forked from AuroraMiddleware/gtk
Remove an extraneous translatable string
This commit is contained in:
parent
8061165789
commit
792ffb26bc
@ -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>
|
||||
|
@ -1,5 +1,4 @@
|
||||
N_("Select Application");
|
||||
N_("label");
|
||||
N_("_Cancel");
|
||||
N_("_Select");
|
||||
N_("_View All Applications");
|
||||
|
Loading…
Reference in New Issue
Block a user