[PATCH] Fix vcview tooltips



I found there is a mismatch of tooltips in vcview. This patch should
fix it. I don't know if it's the right place to send the patch.

Thanks,
Jie
Index: glade2/vcview.glade
===================================================================
--- glade2/vcview.glade	(revision 944)
+++ glade2/vcview.glade	(working copy)
@@ -87,6 +87,7 @@
 	  <child>
 	    <widget class="GtkToggleToolButton" id="button_modified">
 	      <property name="visible">True</property>
+	      <property name="tooltip" translatable="yes">Show modified</property>
 	      <property name="label" translatable="yes">_Modified</property>
 	      <property name="use_underline">True</property>
 	      <property name="icon">pixmaps/filter-modified-24.png</property>
@@ -105,7 +106,7 @@
 	  <child>
 	    <widget class="GtkToggleToolButton" id="button_normal">
 	      <property name="visible">True</property>
-	      <property name="tooltip" translatable="yes">Show modified</property>
+	      <property name="tooltip" translatable="yes">Show normal</property>
 	      <property name="label" translatable="yes">_Normal</property>
 	      <property name="use_underline">True</property>
 	      <property name="icon">pixmaps/filter-normal-24.png</property>


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