[Gpa-commits] r831 - trunk/src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Mar 3 15:16:26 CET 2008


Author: marcus
Date: 2008-03-03 15:16:24 +0100 (Mon, 03 Mar 2008)
New Revision: 831

Modified:
   trunk/src/ChangeLog
   trunk/src/clipboard.c
Log:
2008-03-03  Marcus Brinkmann  <marcus at g10code.de>

	* clipboard.c (file_open): Add note for translators.


Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog	2008-02-29 19:06:46 UTC (rev 830)
+++ trunk/src/ChangeLog	2008-03-03 14:16:24 UTC (rev 831)
@@ -1,3 +1,7 @@
+2008-03-03  Marcus Brinkmann  <marcus at g10code.de>
+
+	* clipboard.c (file_open): Add note for translators.
+
 2008-02-29  Werner Koch  <wk at g10code.com>
 
 	* keyserver.c [GLIB >= 2.6]: Include gstdio.h.

Modified: trunk/src/clipboard.c
===================================================================
--- trunk/src/clipboard.c	2008-02-29 19:06:46 UTC (rev 830)
+++ trunk/src/clipboard.c	2008-03-03 14:16:24 UTC (rev 831)
@@ -407,6 +407,8 @@
 					 GTK_ICON_SIZE_DIALOG);
       gtk_box_pack_start (GTK_BOX (hbox), pixmap, TRUE, FALSE, 10);
 
+      /* TRANSLATORS: The arguments are the filename, the integer size
+	 and the unit (such as KB or MB).  */
       str = g_strdup_printf (_("The file %s is %li%s large.  Do you really "
 			       " want to open it?"), filename, 
 			       buf.st_size / 1024 / 1024, "MB");



More information about the Gpa-commits mailing list