[nautilus] window-menus: use U+2013 EN DASH in the author copyright string



commit 19d420a28b47723d8e7deb7561cc714be336e655
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Apr 6 09:49:30 2011 -0400

    window-menus: use U+2013 EN DASH in the author copyright string
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646735

 src/nautilus-window-menus.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-window-menus.c b/src/nautilus-window-menus.c
index 69c617d..98b93e1 100644
--- a/src/nautilus-window-menus.c
+++ b/src/nautilus-window-menus.c
@@ -377,7 +377,7 @@ action_about_nautilus_callback (GtkAction *action,
 	/* Translators: these two strings here indicate the copyright time span,
 	 * e.g. 1999-2011.
 	 */
-	copyright_str = g_strdup_printf (_("Copyright \xC2\xA9 %Id-%Id "
+	copyright_str = g_strdup_printf (_("Copyright \xC2\xA9 %Id\xE2\x80\x93%Id "
 					   "The Nautilus authors"), 1999, g_date_time_get_year (date));
 
 	gtk_show_about_dialog (GTK_WINDOW (user_data),



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