aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.glade
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-08-19 05:36:46 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-08-19 05:36:46 +0800
commit0d6789d2e3aad37b060dcedd23fe1b2186e2f897 (patch)
treef07cb241184780b49a049f27666e2d8727312267 /src/empathy-accounts-dialog.glade
parent910ba461ca87a40407603b31b37e361520626cfc (diff)
downloadgsoc2013-empathy-0d6789d2e3aad37b060dcedd23fe1b2186e2f897.tar
gsoc2013-empathy-0d6789d2e3aad37b060dcedd23fe1b2186e2f897.tar.gz
gsoc2013-empathy-0d6789d2e3aad37b060dcedd23fe1b2186e2f897.tar.bz2
gsoc2013-empathy-0d6789d2e3aad37b060dcedd23fe1b2186e2f897.tar.lz
gsoc2013-empathy-0d6789d2e3aad37b060dcedd23fe1b2186e2f897.tar.xz
gsoc2013-empathy-0d6789d2e3aad37b060dcedd23fe1b2186e2f897.tar.zst
gsoc2013-empathy-0d6789d2e3aad37b060dcedd23fe1b2186e2f897.zip
Rework the way the accounts dialog works
svn path=/trunk/; revision=1343
Diffstat (limited to 'src/empathy-accounts-dialog.glade')
-rw-r--r--src/empathy-accounts-dialog.glade13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/empathy-accounts-dialog.glade b/src/empathy-accounts-dialog.glade
index 0367cf469..0a99b64b2 100644
--- a/src/empathy-accounts-dialog.glade
+++ b/src/empathy-accounts-dialog.glade
@@ -291,7 +291,7 @@
</packing>
</child>
<child>
- <widget class="GtkFrame" id="frame_no_account">
+ <widget class="GtkFrame" id="frame_no_profile">
<property name="label_xalign">0</property>
<property name="shadow_type">GTK_SHADOW_NONE</property>
<child>
@@ -300,21 +300,18 @@
<property name="top_padding">6</property>
<property name="left_padding">12</property>
<child>
- <widget class="GtkLabel" id="label_no_account_blurb">
+ <widget class="GtkLabel" id="label2">
<property name="visible">True</property>
- <property name="label">To add a new account, you can click on the 'Add' button and a new entry will be created for you to started configuring.
-
-If you do not want to add an account, simply click on the account you want to configure in the list on the left.</property>
- <property name="use_markup">True</property>
+ <property name="label" translatable="yes">To add a new account, you first have to install a backend for each protocol you want to use.</property>
<property name="wrap">True</property>
</widget>
</child>
</widget>
</child>
<child>
- <widget class="GtkLabel" id="label_no_account">
+ <widget class="GtkLabel" id="label_no_protocol">
<property name="visible">True</property>
- <property name="label" translatable="yes">&lt;b&gt;No Account Selected&lt;/b&gt;</property>
+ <property name="label" translatable="yes">&lt;b&gt;No protocol installed&lt;/b&gt;</property>
<property name="use_markup">True</property>
</widget>
<packing>