Kaydet (Commit) bf442dca authored tarafından Andras Timar's avatar Andras Timar

fdo#59212 UI elements were untranslatable in Basic Macro dialog

Change-Id: Ic8d2287db947f298c0492845b7a618c540a9c8df
üst e48a060e
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<property name="layout_style">start</property> <property name="layout_style">start</property>
<child> <child>
<object class="GtkButton" id="run"> <object class="GtkButton" id="run">
<property name="label">Run</property> <property name="label" translatable="yes">Run</property>
<property name="use_action_appearance">False</property> <property name="use_action_appearance">False</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
</child> </child>
<child> <child>
<object class="GtkButton" id="assign"> <object class="GtkButton" id="assign">
<property name="label">Assign...</property> <property name="label" translatable="yes">Assign...</property>
<property name="use_action_appearance">False</property> <property name="use_action_appearance">False</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
</child> </child>
<child> <child>
<object class="GtkButton" id="edit"> <object class="GtkButton" id="edit">
<property name="label">Edit</property> <property name="label" translatable="yes">Edit</property>
<property name="use_action_appearance">False</property> <property name="use_action_appearance">False</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
</child> </child>
<child> <child>
<object class="GtkButton" id="organize"> <object class="GtkButton" id="organize">
<property name="label">Organizer...</property> <property name="label" translatable="yes">Organizer...</property>
<property name="use_action_appearance">False</property> <property name="use_action_appearance">False</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
</child> </child>
<child> <child>
<object class="GtkButton" id="newlibrary"> <object class="GtkButton" id="newlibrary">
<property name="label">New Library</property> <property name="label" translatable="yes">New Library</property>
<property name="use_action_appearance">False</property> <property name="use_action_appearance">False</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="receives_default">True</property> <property name="receives_default">True</property>
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
</child> </child>
<child> <child>
<object class="GtkButton" id="newmodule"> <object class="GtkButton" id="newmodule">
<property name="label">New Module</property> <property name="label" translatable="yes">New Module</property>
<property name="use_action_appearance">False</property> <property name="use_action_appearance">False</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="receives_default">True</property> <property name="receives_default">True</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment