aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-account-widget.c')
-rw-r--r--libempathy-gtk/empathy-account-widget.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c
index b6de4feed..59aed0998 100644
--- a/libempathy-gtk/empathy-account-widget.c
+++ b/libempathy-gtk/empathy-account-widget.c
@@ -1822,7 +1822,8 @@ account_widget_skype_privacy_settings (GtkWidget *button,
infobar = gtk_info_bar_new ();
gtk_box_pack_start (GTK_BOX (vbox), infobar, FALSE, TRUE, 0);
gtk_info_bar_set_message_type (GTK_INFO_BAR (infobar), GTK_MESSAGE_INFO);
- label = gtk_label_new (_("Account Disconnected"));
+ label = gtk_label_new (_("Privacy settings can only be changed while the "
+ "account is connected."));
gtk_container_add (
GTK_CONTAINER (gtk_info_bar_get_content_area (GTK_INFO_BAR (infobar))),
label);