aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/empathy-new-chatroom-dialog.c4
1 files changed, 2 insertions, 2 deletions
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);
}