From 39aab575d608d839551d944f15e142ba3013a8ee Mon Sep 17 00:00:00 2001 From: Gabor Keleman Date: Fri, 3 Oct 2008 17:51:10 +0000 Subject: Mark some forgotten strings for translation (bug #553066) svn path=/branches/gnome-2-24/; revision=1505 --- megaphone/src/megaphone-applet.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'megaphone') diff --git a/megaphone/src/megaphone-applet.c b/megaphone/src/megaphone-applet.c index 449bad320..f25777eb3 100644 --- a/megaphone/src/megaphone-applet.c +++ b/megaphone/src/megaphone-applet.c @@ -252,7 +252,7 @@ megaphone_applet_update_contact (MegaphoneApplet *applet) g_free (tip); } else { gtk_widget_set_tooltip_markup (GTK_WIDGET (applet), - "Please configure a contact."); + _("Please configure a contact.")); } } @@ -345,7 +345,7 @@ megaphone_applet_show_preferences (MegaphoneApplet *applet) EmpathyContactListStore *contact_store; EmpathyContactManager *contact_manager; - dialog = gtk_dialog_new_with_buttons ("Select contact...", + dialog = gtk_dialog_new_with_buttons (_("Select contact..."), NULL, 0, GTK_STOCK_CANCEL, GTK_RESPONSE_REJECT, -- cgit v1.2.3