[Gnucash-changes] r12060 - gnucash/trunk/src/gnome-utils - Add translator comments

Christian Stimming cstim at cvs.gnucash.org
Mon Nov 28 15:22:44 EST 2005


Author: cstim
Date: 2005-11-28 15:22:43 -0500 (Mon, 28 Nov 2005)
New Revision: 12060
Trac: http://svn.gnucash.org/trac/changeset/12060

Modified:
   gnucash/trunk/src/gnome-utils/gnc-main-window.c
Log:
Add translator comments

Modified: gnucash/trunk/src/gnome-utils/gnc-main-window.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-main-window.c	2005-11-28 15:45:33 UTC (rev 12059)
+++ gnucash/trunk/src/gnome-utils/gnc-main-window.c	2005-11-28 20:22:43 UTC (rev 12060)
@@ -2899,6 +2899,7 @@
 gnc_main_window_cmd_help_about (GtkAction *action, GncMainWindow *window)
 {
 	GtkWidget *about;
+	/* Translators: This is the "About" message. */
 	const gchar *message = _("The GnuCash personal finance manager.\n"
 				 "The GNU way to manage your money!\n"
 				 "http://www.gnucash.org/");
@@ -2919,6 +2920,8 @@
 	const gchar *documenters[] = {
 		NULL
 	};
+	/* Translators: Insert your translator's credits here so that
+	   they will be shown in the "About" dialog. */
 	const gchar *translator_credits = _("translator_credits");
 	GdkPixbuf *logo;
 



More information about the gnucash-changes mailing list