[gnumeric] Set gettext context



commit 7c5553b75a36cab61085d6688b5166247df1e76f
Author: Marek Ä?ernocký <marek manet cz>
Date:   Thu Mar 10 12:39:11 2011 +0100

    Set gettext context

 src/dialogs/shuffle.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/dialogs/shuffle.ui b/src/dialogs/shuffle.ui
index 329c040..eb9fa75 100644
--- a/src/dialogs/shuffle.ui
+++ b/src/dialogs/shuffle.ui
@@ -22,7 +22,7 @@
                 <property name="visible">True</property>
                 <child>
                   <object class="GtkRadioButton" id="shuffle_cols">
-                    <property name="label" translatable="yes">_Columns</property>
+                    <property name="label" translatable="yes" context="shuffle" comments="Shuffle metod: Columns">_Columns</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
@@ -37,7 +37,7 @@
                 </child>
                 <child>
                   <object class="GtkRadioButton" id="shuffle_rows">
-                    <property name="label" translatable="yes">_Rows</property>
+                    <property name="label" translatable="yes" context="shuffle" comments="Shuffle metod: Columns">_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]