[empathy: 1/2] Improved the comment related to the IRC default display name.
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy: 1/2] Improved the comment related to the IRC default display name.
- Date: Mon, 31 Aug 2009 13:53:44 +0000 (UTC)
commit 4757ddf6444718f9d627579e793fa2429e8b4822
Author: Jonathan Tellier <jonathan tellier gmail com>
Date: Thu Aug 27 13:33:12 2009 -0400
Improved the comment related to the IRC default display name.
- Added more indication intended to translators
- Added the possibility to swap the parameted in the string "%s on %s"
(where the first argument in the login id and the second one is the
server)
src/empathy-accounts-dialog.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 1cb903e..74c9e7b 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -201,9 +201,11 @@ get_default_display_name (EmpathyAccountSettings *settings)
/* To translators: The first parameter is the login id and the
* second one is the server. The resulting string will be something
- * like: "MyUserName on chat.freenode.net" */
- default_display_name =
- g_strdup_printf (_("%s on %s"), login_id, server);
+ * like: "MyUserName on chat.freenode.net".
+ * You should reverse the order of these arguments if the
+ * server should come before the login id in your locale.*/
+ default_display_name = g_strdup_printf (_("%1$s on %2$s"),
+ login_id, server);
}
else
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]