[Goodies-commits] r1999 - xfce4-clipman-plugin/trunk/panel-plugin

Nick Schermer nick at xfce.org
Sun Sep 10 11:21:50 CEST 2006


Author: nick
Date: 2006-09-10 09:21:49 +0000 (Sun, 10 Sep 2006)
New Revision: 1999

Modified:
   xfce4-clipman-plugin/trunk/panel-plugin/clipman-dialogs.c
Log:
* Fix some typos in the tooltip, reported by Enrico Tr?\195?\182ger


Modified: xfce4-clipman-plugin/trunk/panel-plugin/clipman-dialogs.c
===================================================================
--- xfce4-clipman-plugin/trunk/panel-plugin/clipman-dialogs.c	2006-09-10 01:53:49 UTC (rev 1998)
+++ xfce4-clipman-plugin/trunk/panel-plugin/clipman-dialogs.c	2006-09-10 09:21:49 UTC (rev 1999)
@@ -251,7 +251,7 @@
 
     gtk_tooltips_set_tip (tooltips, button,
                           _("When you've copied or cut some text it will be added to the Clipman history, "
-                            "there will also be a duplicate  in the history from the selection clipboard."
+                            "there will also be a duplicate in the history from the selection clipboard."
                             "\n\n"
                             "When a history item is clicked, the content will only be copied to the "
                             "clipboard it origionally came from."
@@ -308,7 +308,7 @@
             G_CALLBACK (toggle_button), options);
 
     gtk_tooltips_set_tip (tooltips, button,
-                          _("Select this option to order the history list by primairy and selection clipboard."), NULL);
+                          _("Select this option to split up the clipboard and selection history."), NULL);
 
     label = gtk_label_new (_("<b>Menu Appearance</b>"));
     gtk_frame_set_label_widget (GTK_FRAME (frame), label);




More information about the Goodies-commits mailing list