pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with "Sort case" menu entrie


From: Michel Boaventura
Subject: Problem with "Sort case" menu entrie
Date: Thu, 06 May 2010 00:42:57 -0300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]