summaryrefslogtreecommitdiff
path: root/gtk/inspector
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2017-09-28 14:01:57 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2017-09-28 14:01:57 +0200
commit91bb86ca20174c66ef2988ae3f1f0754c1fdfd2c (patch)
tree6dec28d7233ff9c49eb24b324f4d0e57090ed687 /gtk/inspector
parentc9df0c34bf5527c0782f849c5682d070c3b95485 (diff)
downloadgtk+-91bb86ca20174c66ef2988ae3f1f0754c1fdfd2c.tar.gz
inspector: Mark missing strings for translation
Diffstat (limited to 'gtk/inspector')
-rw-r--r--gtk/inspector/recorder.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/inspector/recorder.ui b/gtk/inspector/recorder.ui
index 0d091b16b2..398f0454e0 100644
--- a/gtk/inspector/recorder.ui
+++ b/gtk/inspector/recorder.ui
@@ -142,7 +142,7 @@
</object>
<packing>
<property name="name">render</property>
- <property name="title">Render</property>
+ <property name="title" translatable="yes">Render</property>
</packing>
</child>
<child>
@@ -150,7 +150,7 @@
<property name="visible">True</property>
<child>
<object class="GtkTreeViewColumn">
- <property name="title">Property</property>
+ <property name="title" translatable="yes">Property</property>
<child>
<object class="GtkCellRendererText">
<property name="yalign">0</property>
@@ -163,7 +163,7 @@
</child>
<child>
<object class="GtkTreeViewColumn">
- <property name="title">Value</property>
+ <property name="title" translatable="yes">Value</property>
<child>
<object class="GtkCellRendererText">
<property name="yalign">0</property>
@@ -177,7 +177,7 @@
</object>
<packing>
<property name="name">properties</property>
- <property name="title">Properties</property>
+ <property name="title" translatable="yes">Properties</property>
</packing>
</child>
</object>