[empathy] Window title for the accounts dialog should match the name in the launcher.
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Window title for the accounts dialog should match the name in the launcher.
- Date: Wed, 10 Mar 2010 14:42:40 +0000 (UTC)
commit 931c6e727885bdfab4f519ef7fcd7d90f30b3303
Author: Ken VanDine <ken vandine canonical com>
Date: Wed Mar 10 15:42:21 2010 +0100
Window title for the accounts dialog should match the name in the launcher.
Fixes bug #612433
src/empathy-accounts-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 5162e0b..8e85a36 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -2063,7 +2063,7 @@ accounts_dialog_build_ui (EmpathyAccountsDialog *dialog)
gtk_box_pack_start (GTK_BOX (hbox), priv->label_status, TRUE, TRUE, 0);
/* Tweak the dialog */
- gtk_window_set_title (GTK_WINDOW (dialog), _("Accounts"));
+ gtk_window_set_title (GTK_WINDOW (dialog), _("Messaging and VoIP Accounts"));
gtk_window_set_role (GTK_WINDOW (dialog), "accounts");
gtk_window_set_default_size (GTK_WINDOW (dialog), 640, -1);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]