gimp r26377 - in trunk: . app/dialogs po



Author: neo
Date: Tue Aug  5 10:43:38 2008
New Revision: 26377
URL: http://svn.gnome.org/viewvc/gimp?rev=26377&view=rev

Log:
2008-08-05  Sven Neumann  <sven gimp org>

	* app/dialogs/tips-dialog.c (tips_dialog_create): added a
	translator comment for the "Learn more" button.

2008-08-05  Sven Neumann  <sven gimp org>

	* de.po: Updated German translation.



Modified:
   trunk/ChangeLog
   trunk/app/dialogs/tips-dialog.c
   trunk/po/ChangeLog
   trunk/po/de.po

Modified: trunk/app/dialogs/tips-dialog.c
==============================================================================
--- trunk/app/dialogs/tips-dialog.c	(original)
+++ trunk/app/dialogs/tips-dialog.c	Tue Aug  5 10:43:38 2008
@@ -190,6 +190,7 @@
   gtk_widget_show (hbox);
   
   more_button = gtk_link_button_new_with_label ("http://docs.gimp.org/";,
+  /*  a link to the related section in the user manual  */
                                                 _("Learn more"));
   gtk_widget_show (more_button);
   gtk_box_pack_start (GTK_BOX (hbox), more_button, FALSE, FALSE, 0);



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