gnome-nettool r805 - in trunk: . src



Author: gpoo
Date: Thu Dec  4 01:41:45 2008
New Revision: 805
URL: http://svn.gnome.org/viewvc/gnome-nettool?rev=805&view=rev

Log:
2008-12-03  German Poo-Caamano <gpoo gnome org>

	* src/callbacks.c: Fixed #559852.  Make the copyright string 
	  translatable (Claude Paroz)



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/src/callbacks.c

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Dec  4 01:41:45 2008
@@ -2,6 +2,7 @@
 ---------------------------------
 
  - Removed warnings from the Glade UI (Diego Escalante)
+ - #559852: Fixed unlocalized string in copyright (Claude Paroz)
  - #551754: Fixed unlocalized string in port scan (Takao Fujiwara)
  - #500773: Improved documentation metadata for library.gnome.org.
  - #561229: Clean up Gtk+ includes (Maxim Ermilov)

Modified: trunk/src/callbacks.c
==============================================================================
--- trunk/src/callbacks.c	(original)
+++ trunk/src/callbacks.c	Thu Dec  4 01:41:45 2008
@@ -321,7 +321,8 @@
 
 	parent = (GtkWindow *) data;
 
-	g_sprintf (copyright, "Copyright \xc2\xa9 2003-2004 %s", "GermÃn Poo CaamaÃo");
+	/* Translators: %s is the name of the copyright holder */
+	g_sprintf (copyright, _("Copyright \xc2\xa9 2003-2008 %s"), "GermÃn Poo CaamaÃo");
 	
 	gtk_show_about_dialog (parent,
 			       /* Dear translator: This is the name of the application */



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