[gnumeric] Set gettext context



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

    Set gettext context

 src/dialogs/exp-smoothing.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/dialogs/exp-smoothing.ui b/src/dialogs/exp-smoothing.ui
index 1ffa1e1..fa2c2ca 100644
--- a/src/dialogs/exp-smoothing.ui
+++ b/src/dialogs/exp-smoothing.ui
@@ -105,7 +105,7 @@
                             <property name="visible">True</property>
                             <child>
                               <object class="GtkRadioButton" id="grouped_by_col">
-                                <property name="label" translatable="yes">C_olumns</property>
+                                <property name="label" translatable="yes" context="groupby" comments="Group by Columns">C_olumns</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
@@ -119,7 +119,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]