epiphany r8810 - trunk/src



Author: wbolster
Date: Mon Feb 23 10:59:00 2009
New Revision: 8810
URL: http://svn.gnome.org/viewvc/epiphany?rev=8810&view=rev

Log:
Use â (en dash , U+2013) in copyright years. Also fixup surrounding whitespace.


Modified:
   trunk/src/window-commands.c

Modified: trunk/src/window-commands.c
==============================================================================
--- trunk/src/window-commands.c	(original)
+++ trunk/src/window-commands.c	Mon Feb 23 10:59:00 2009
@@ -878,20 +878,20 @@
 	gtk_show_about_dialog (GTK_WINDOW (window),
 			       "name", _("GNOME Web Browser"),
 			       "version", VERSION,
-			       "copyright", "Copyright  2002-2004 Marco Pesenti Gritti\n"
-					    "Copyright  2003-2009 The GNOME Web Browser Developers",
+			       "copyright", "Copyright  2002â2004 Marco Pesenti Gritti\n"
+			                    "Copyright  2003â2009 The GNOME Web Browser Developers",
 			       "artists", artists,
 			       "authors", authors,
 			       "comments", comments,
 			       "documenters", documenters,
-				/* Translators: This is a special message that shouldn't be translated
-				 * literally. It is used in the about box to give credits to
-				 * the translators.
-				 * Thus, you should translate it to your name and email address.
-				 * You should also include other translators who have contributed to
-				 * this translation; in that case, please write each of them on a separate
-				 * line seperated by newlines (\n).
-				 */
+			       /* Translators: This is a special message that shouldn't be translated
+			        * literally. It is used in the about box to give credits to
+			        * the translators.
+			        * Thus, you should translate it to your name and email address.
+			        * You should also include other translators who have contributed to
+			        * this translation; in that case, please write each of them on a separate
+			        * line seperated by newlines (\n).
+			        */
 			       "translator-credits", _("translator-credits"),
 			       "logo-icon-name", EPHY_STOCK_EPHY,
 			       "website", "http://www.gnome.org/projects/epiphany";,



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