gimp r26202 - trunk/plug-ins/help-browser
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26202 - trunk/plug-ins/help-browser
- Date: Wed, 16 Jul 2008 14:56:16 +0000 (UTC)
Author: neo
Date: Wed Jul 16 14:56:15 2008
New Revision: 26202
URL: http://svn.gnome.org/viewvc/gimp?rev=26202&view=rev
Log:
changed the translation context once again
Modified:
trunk/plug-ins/help-browser/dialog.c
Modified: trunk/plug-ins/help-browser/dialog.c
==============================================================================
--- trunk/plug-ins/help-browser/dialog.c (original)
+++ trunk/plug-ins/help-browser/dialog.c Wed Jul 16 14:56:15 2008
@@ -1103,7 +1103,7 @@
G_CALLBACK (search_entry_key_press),
NULL);
- button = gtk_button_new_with_mnemonic (C_("match", "_Previous"));
+ button = gtk_button_new_with_mnemonic (C_("search", "_Previous"));
gtk_button_set_relief (GTK_BUTTON (button), GTK_RELIEF_NONE);
gtk_button_set_image (GTK_BUTTON (button),
gtk_image_new_from_stock (GTK_STOCK_GO_BACK,
@@ -1115,7 +1115,7 @@
G_CALLBACK (search_prev_clicked),
entry);
- button = gtk_button_new_with_mnemonic (C_("match", "_Next"));
+ button = gtk_button_new_with_mnemonic (C_("search", "_Next"));
gtk_button_set_relief (GTK_BUTTON (button), GTK_RELIEF_NONE);
gtk_button_set_image (GTK_BUTTON (button),
gtk_image_new_from_stock (GTK_STOCK_GO_FORWARD,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]