[gnumeric] add tooltip text for the checkboxes in sort dialog



commit 92980acb65ae9b90768c3d2caf9f327373811f77
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Sat Nov 6 19:46:38 2010 -0600

    add tooltip text for the checkboxes in sort dialog
    
    2010-11-06  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* cell-sort.ui: add tooltip text for the checkboxes

 src/dialogs/ChangeLog    |    4 ++++
 src/dialogs/cell-sort.ui |    3 ++-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index fe7b82e..8260346 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2010-11-06  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* cell-sort.ui: add tooltip text for the checkboxes
+	
 2010-11-05  Jean Brefort  <jean brefort normalesup org>
 
 	* dialog-sheet-order.c (destroy_cb), (dialog_sheet_order): clear state on
diff --git a/src/dialogs/cell-sort.ui b/src/dialogs/cell-sort.ui
index 2697f83..d5cb62d 100644
--- a/src/dialogs/cell-sort.ui
+++ b/src/dialogs/cell-sort.ui
@@ -11,7 +11,6 @@
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox2">
         <property name="visible">True</property>
-        <property name="orientation">vertical</property>
         <property name="spacing">6</property>
         <child>
           <object class="GtkTable" id="cell_sort_table">
@@ -83,6 +82,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
+                    <property name="tooltip_text" translatable="yes">The first row or column of the range is excluded from sorting and assumed to contain column or row headers.</property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                   </object>
@@ -113,6 +113,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
+                    <property name="tooltip_text" translatable="yes">When this checkbox is checked, cell formatting such as borders, hyperlinks, fore and background colors will remain in the original location. Uncheck this checkbox to have these formats move with the content. </property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                   </object>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]