Hello,

The Data -> Sort Case menu entry is not being translated. Seems like the translatable option is not set on
glade file. The patch above seems to fix it:

diff --git a/src/ui/gui/data-editor.glade b/src/ui/gui/data-editor.glade
index 9e9bb6b..479b4b9 100644
--- a/src/ui/gui/data-editor.glade
+++ b/src/ui/gui/data-editor.glade
@@ -315,7 +315,7 @@
<widget class="GtkMenu" id="data_menu">
<child>
<widget class="GtkImageMenuItem" id="data_sort-cases">
- <property name="label">_Sort Cases</property>
+ <property name="label" translatable="yes">_Sort Cases</property>
<property name="visible">True</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>

Michel


_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to