[gnumeric] Set gettext context



commit f22e316e7b73e4b57ec730b0f1db70fde6d4e892
Author: Marek Ä?ernocký <marek manet cz>
Date:   Thu Mar 10 12:36:21 2011 +0100

    Set gettext context

 src/dialogs/chi-squared.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/dialogs/chi-squared.ui b/src/dialogs/chi-squared.ui
index 41c1769..71d2089 100644
--- a/src/dialogs/chi-squared.ui
+++ b/src/dialogs/chi-squared.ui
@@ -83,7 +83,7 @@
                     <property name="orientation">vertical</property>
                     <child>
                       <object class="GtkRadioButton" id="grouped_by_col">
-                        <property name="label" translatable="yes">_Columns</property>
+                        <property name="label" translatable="yes" context="groupby" comments="Group by Columns">_Columns</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
                         <property name="use_underline">True</property>
@@ -110,7 +110,7 @@
                 </child>
                 <child>
                   <object class="GtkRadioButton" id="grouped_by_row">
-                    <property name="label" translatable="yes">_Rows</property>
+                    <property name="label" translatable="yes" context="groupby" comments="Group by Rows">_Rows</property>
                     <property name="sensitive">False</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>



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