devhelp r1129 - in trunk: . po src



Author: rhult
Date: Sat Oct  4 15:10:05 2008
New Revision: 1129
URL: http://svn.gnome.org/viewvc/devhelp?rev=1129&view=rev

Log:
2008-10-04  Richard Hult  <richard imendio com>

	* src/dh-search.c: (dh_search_new): Change the book combo label to
	"Search in:":


Modified:
   trunk/ChangeLog
   trunk/po/ChangeLog
   trunk/po/sv.po
   trunk/src/dh-search.c

Modified: trunk/src/dh-search.c
==============================================================================
--- trunk/src/dh-search.c	(original)
+++ trunk/src/dh-search.c	Sat Oct  4 15:10:05 2008
@@ -539,7 +539,7 @@
                           G_CALLBACK (search_combo_changed_cb),
                           search);
 
-        book_label = gtk_label_new_with_mnemonic (_("_Book:"));
+        book_label = gtk_label_new_with_mnemonic (_("Search in:"));
         gtk_label_set_mnemonic_widget (GTK_LABEL (book_label), priv->book_combo);
 
         hbox = gtk_hbox_new (FALSE, 6);



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