From 1f682ae31e796c0da98665416b2981b004a58ecf Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Mon, 11 Jan 2010 12:12:19 +0000 Subject: Convert the context info to a translator comment (#606513) --- src/empathy-new-chatroom-dialog.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/empathy-new-chatroom-dialog.c b/src/empathy-new-chatroom-dialog.c index f1ac7c260..a2f3b4be9 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.", - "%s\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 (_("%s\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"), -- cgit v1.2.3