1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-28 09:22:36 +01:00

Update translatable strings

This commit is contained in:
David Paleino
2011-12-07 23:08:19 +01:00
parent 501770474a
commit ebd248e24d
3 changed files with 131 additions and 119 deletions

View File

@@ -43,7 +43,7 @@
<property name="visible">True</property>
<child>
<object class="GtkImageMenuItem" id="create_ad_hoc_button">
<property name="label">Create an ad-hoc network</property>
<property name="label" translatable="yes">Create an ad-hoc network</property>
<property name="visible">True</property>
<property name="image">image1</property>
<property name="use_stock">False</property>
@@ -52,7 +52,7 @@
</child>
<child>
<object class="GtkImageMenuItem" id="find_hidden_button">
<property name="label">Find a hidden network</property>
<property name="label" translatable="yes">Find a hidden network</property>
<property name="visible">True</property>
<property name="tooltip_text" translatable="yes">Enter a hidden network to try to locate.</property>
<property name="image">image2</property>