[gnumeric] Set gettext context



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

    Set gettext context

 src/dialogs/colrow.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/dialogs/colrow.ui b/src/dialogs/colrow.ui
index 1ccd221..6d35575 100644
--- a/src/dialogs/colrow.ui
+++ b/src/dialogs/colrow.ui
@@ -16,7 +16,7 @@
             <property name="orientation">vertical</property>
             <child>
               <object class="GtkRadioButton" id="cols">
-                <property name="label" translatable="yes">_Columns</property>
+                <property name="label" translatable="yes" context="group" comments="Group Columns">_Columns</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">False</property>
@@ -31,7 +31,7 @@
             </child>
             <child>
               <object class="GtkRadioButton" id="rows">
-                <property name="label" translatable="yes">_Rows</property>
+                <property name="label" translatable="yes" context="group" comments="Group 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]