[empathy] Convert the context info to a translator comment (#606513)



commit 1f682ae31e796c0da98665416b2981b004a58ecf
Author: Claude Paroz <claude 2xlibre net>
Date:   Mon Jan 11 12:12:19 2010 +0000

    Convert the context info to a translator comment (#606513)

 src/empathy-new-chatroom-dialog.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/empathy-new-chatroom-dialog.c b/src/empathy-new-chatroom-dialog.c
index f1ac7c2..a2f3b4b 100644
--- a/src/empathy-new-chatroom-dialog.c
+++ b/src/empathy-new-chatroom-dialog.c
@@ -534,9 +534,9 @@ new_chatroom_dialog_new_room_cb (EmpathyTpRoomlist        *room_list,
 	selection = gtk_tree_view_get_selection (view);
 	store = GTK_LIST_STORE (dialog->model);
 	members = g_strdup_printf ("%d", empathy_chatroom_get_members_count (chatroom));
-	tooltip = g_strdup_printf (C_("Room/Join's roomlist tooltip. Parameters"
-		"are a channel name, yes/no, yes/no and a number.",
-		"<b>%s</b>\nInvite required: %s\nPassword required: %s\nMembers: %s"),
+	/* Translators: Room/Join's roomlist tooltip. Parameters are a channel name,
+	yes/no, yes/no and a number. */
+	tooltip = g_strdup_printf (_("<b>%s</b>\nInvite required: %s\nPassword required: %s\nMembers: %s"),
 		empathy_chatroom_get_name (chatroom),
 		empathy_chatroom_get_invite_only (chatroom) ? _("Yes") : _("No"),
 		empathy_chatroom_get_need_password (chatroom) ? _("Yes") : _("No"),



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