gnome-netstatus r746 - in trunk: . src



Author: diegoe
Date: Thu Nov 27 01:38:30 2008
New Revision: 746
URL: http://svn.gnome.org/viewvc/gnome-netstatus?rev=746&view=rev

Log:
Rename translator_credits to translator-credits.

Fixes bug #300961. Also remove an useless \n in the copyright,

Modified:
   trunk/ChangeLog
   trunk/src/netstatus-applet.c

Modified: trunk/src/netstatus-applet.c
==============================================================================
--- trunk/src/netstatus-applet.c	(original)
+++ trunk/src/netstatus-applet.c	Thu Nov 27 01:38:30 2008
@@ -284,10 +284,10 @@
   gtk_show_about_dialog (NULL,
 	     "program-name", _("Network Monitor"),
 	     "version", VERSION,
-	     "copyright", "Copyright \xc2\xa9 2003 Sun Microsystems, Inc.\n",
+	     "copyright", "Copyright \xc2\xa9 2003 Sun Microsystems, Inc.",
 	     "comments", _("The Network Monitor displays the status of a network device."),
 	     "authors", authors,
-	     "translator-credits", _("translator_credits"),
+	     "translator-credits", _("translator-credits"),
 	     "logo-icon-name", "gnome-netstatus-rx",
 	     NULL);
 }



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