gimp r26200 - trunk/plug-ins/help-browser
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26200 - trunk/plug-ins/help-browser
- Date: Wed, 16 Jul 2008 14:50:13 +0000 (UTC)
Author: neo
Date: Wed Jul 16 14:50:13 2008
New Revision: 26200
URL: http://svn.gnome.org/viewvc/gimp?rev=26200&view=rev
Log:
(hopefully) better translation context
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:50:13 2008
@@ -1103,7 +1103,7 @@
                     G_CALLBACK (search_entry_key_press),
                     NULL);
 
-  button = gtk_button_new_with_mnemonic (C_("search hit", "_Previous"));
+  button = gtk_button_new_with_mnemonic (C_("match", "_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_("search hit", "_Next"));
+  button = gtk_button_new_with_mnemonic (C_("match", "_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]