[Gnucash-changes] r13831 - gnucash/trunk - Mark string for translation as pointed out by Andreas Köhler.

Christian Stimming cstim at cvs.gnucash.org
Sat Apr 22 15:04:04 EDT 2006


Author: cstim
Date: 2006-04-22 15:04:02 -0400 (Sat, 22 Apr 2006)
New Revision: 13831
Trac: http://svn.gnucash.org/trac/changeset/13831

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome/gnc-split-reg.c
Log:
Mark string for translation as pointed out by Andreas Köhler.

Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-04-22 05:14:48 UTC (rev 13830)
+++ gnucash/trunk/ChangeLog	2006-04-22 19:04:02 UTC (rev 13831)
@@ -1,3 +1,8 @@
+2006-04-22  Christian Stimming  <stimming at tuhh.de>
+
+	* src/gnome/gnc-split-reg.c: Mark string for translation as
+	pointed out by Andreas Köhler.
+
 2006-04-22  David Hampton  <hampton at employees.org>
 
 	* src/gnome-utils/gnc-main-window.c: Fix a null pointer

Modified: gnucash/trunk/src/gnome/gnc-split-reg.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-split-reg.c	2006-04-22 05:14:48 UTC (rev 13830)
+++ gnucash/trunk/src/gnome/gnc-split-reg.c	2006-04-22 19:04:02 UTC (rev 13831)
@@ -1891,7 +1891,7 @@
 gtk_callback_bug_workaround (gpointer argp)
 {
   dialog_args *args = argp;
-  const gchar *read_only = "This account register is read-only.";
+  const gchar *read_only = _("This account register is read-only.");
   GtkWidget *dialog;
 
   dialog = gtk_message_dialog_new(GTK_WINDOW(args->gsr->window),



More information about the gnucash-changes mailing list