[nautilus-actions/gnome-2-28] Do not mark authors names and emails for translating (#599520)



commit abcd056c42bcc31c696b3563549e04bdbdf7d82b
Author: Pierre Wieser <pwieser trychlos org>
Date:   Mon Oct 26 05:21:52 2009 +0100

    Do not mark authors names and emails for translating (#599520)

 ChangeLog             |    3 +++
 src/common/na-about.c |    8 ++++----
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9ff382e..a316bcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-10-26 Pierre Wieser <pwieser trychlos org>
 
+	* src/common/na-about.c (na_about_display):
+	Do not mark authors names and emails for translating (#599520).
+
 	* configure.ac: Bump version number to 1.12.3.
 
 2009-10-20 Pierre Wieser <pwieser trychlos org>
diff --git a/src/common/na-about.c b/src/common/na-about.c
index 87c462f..3dc1c8f 100644
--- a/src/common/na-about.c
+++ b/src/common/na-about.c
@@ -53,14 +53,14 @@ na_about_display( GObject *toplevel )
 	gchar *icon_name, *license_i18n;
 
 	static const gchar *artists[] = {
-		N_( "Ulisse Perusin <uli peru gmail com>" ),
+		"Ulisse Perusin <uli peru gmail com>",
 		NULL
 	};
 
 	static const gchar *authors[] = {
-		N_( "Frederic Ruaudel <grumz grumz net>" ),
-		N_( "Rodrigo Moya <rodrigo gnome-db org>" ),
-		N_( "Pierre Wieser <pwieser trychlos org>" ),
+		"Frederic Ruaudel <grumz grumz net>",
+		"Rodrigo Moya <rodrigo gnome-db org>",
+		"Pierre Wieser <pwieser trychlos org>",
 		NULL
 	};
 



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