From 26699d3c9580c2aeb41f1bcb9fc3cb2ca512fae9 Mon Sep 17 00:00:00 2001 From: Gabriel Millaire Date: Fri, 22 May 2009 11:20:11 -0400 Subject: Error label now translatable --- src/empathy-new-chatroom-dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/empathy-new-chatroom-dialog.c b/src/empathy-new-chatroom-dialog.c index 54643a5f2..563665932 100644 --- a/src/empathy-new-chatroom-dialog.c +++ b/src/empathy-new-chatroom-dialog.c @@ -519,7 +519,7 @@ start_listing_error_cb (EmpathyTpRoomlist *room_list, GError *error, EmpathyNewChatroomDialog *dialog) { - gtk_label_set_text (GTK_LABEL (dialog->label_error_message), "Could not start room listing"); + gtk_label_set_text (GTK_LABEL (dialog->label_error_message), _("Could not start room listing")); gtk_widget_show_all (dialog->viewport_error); gtk_widget_set_sensitive (dialog->treeview, FALSE); } @@ -529,7 +529,7 @@ stop_listing_error_cb (EmpathyTpRoomlist *room_list, GError *error, EmpathyNewChatroomDialog *dialog) { - gtk_label_set_text (GTK_LABEL (dialog->label_error_message), "Could not stop room listing"); + gtk_label_set_text (GTK_LABEL (dialog->label_error_message), _("Could not stop room listing")); gtk_widget_show_all (dialog->viewport_error); gtk_widget_set_sensitive (dialog->treeview, FALSE); } -- cgit v1.2.3