[goffice] Fix tooltip in fraction format selector



commit 33974f42d9cf200403465d487a97997eaa45638a
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Fri Aug 26 12:30:37 2011 -0600

    Fix tooltip in fraction format selector
    
    2011-08-26  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* goffice/gtk/go-format-sel.ui: fix tooltips

 ChangeLog                    |    4 ++++
 goffice/gtk/go-format-sel.ui |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 60ab729..5fad594 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-08-26  Andreas J. Guelzow <aguelzow pyrshep ca>
 
+	* goffice/gtk/go-format-sel.ui: fix tooltips
+
+2011-08-26  Andreas J. Guelzow <aguelzow pyrshep ca>
+
 	* goffice/gtk/go-format-sel.ui: add as-multiple-of-pi checkbox and sep.
 	* goffice/gtk/go-format-sel.c (FormatWidget): add new widgets
 	(cb_pi_scale_toggle): new
diff --git a/goffice/gtk/go-format-sel.ui b/goffice/gtk/go-format-sel.ui
index 2367173..0623de5 100644
--- a/goffice/gtk/go-format-sel.ui
+++ b/goffice/gtk/go-format-sel.ui
@@ -464,8 +464,7 @@
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
                     <property name="has_tooltip">True</property>
-                    <property name="tooltip_markup" translatable="yes">Use superscript for exponent (e.g. 4Ã10Â)</property>
-                    <property name="tooltip_text" translatable="yes">Use superscript for exponent (e.g. 4Ã10Â)</property>
+                    <property name="tooltip_text" translatable="yes">Split fractions with absolute value larger than 1  into a integer part and a fractional part (e.g. 4 5/6)</property>
                     <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <property name="xalign">0</property>
@@ -1099,6 +1098,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">False</property>
+                <property name="tooltip_text" translatable="yes">Write the fractions as multiples of ð (e.g. 9 ð/4 or 2 ð + ð/4)</property>
                 <property name="use_action_appearance">False</property>
                 <property name="xalign">0</property>
                 <property name="draw_indicator">True</property>



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