[gnumeric] Set gettext context



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

    Set gettext context

 src/dialogs/principal-components.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/dialogs/principal-components.ui b/src/dialogs/principal-components.ui
index 78dba15..c4a291d 100644
--- a/src/dialogs/principal-components.ui
+++ b/src/dialogs/principal-components.ui
@@ -74,7 +74,7 @@
                     <property name="homogeneous">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>
@@ -90,7 +90,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]