[gnumeric] Set gettext context



commit f5c4f5c7710e3a15baffb15d3916b7c390c4a021
Author: Marek Ä?ernocký <marek manet cz>
Date:   Thu Mar 10 12:38:30 2011 +0100

    Set gettext context

 src/dialogs/normality-tests.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/dialogs/normality-tests.ui b/src/dialogs/normality-tests.ui
index 9148e41..ca05975 100644
--- a/src/dialogs/normality-tests.ui
+++ b/src/dialogs/normality-tests.ui
@@ -82,7 +82,7 @@
                     <property name="visible">True</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="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</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="visible">True</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]