diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-08-04 19:15:08 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-08-04 19:15:08 +0800 |
commit | edde6162b4294a97bac8b09dc88ea806b2330a53 (patch) | |
tree | 6d9f39c38d4a8a0d13c88df978cd8599401db8e6 /src/empathy-accounts-dialog.glade | |
parent | 3c90620d3ccfc7a87cc23f1a6f8a391a3424f563 (diff) | |
download | gsoc2013-empathy-edde6162b4294a97bac8b09dc88ea806b2330a53.tar gsoc2013-empathy-edde6162b4294a97bac8b09dc88ea806b2330a53.tar.gz gsoc2013-empathy-edde6162b4294a97bac8b09dc88ea806b2330a53.tar.bz2 gsoc2013-empathy-edde6162b4294a97bac8b09dc88ea806b2330a53.tar.lz gsoc2013-empathy-edde6162b4294a97bac8b09dc88ea806b2330a53.tar.xz gsoc2013-empathy-edde6162b4294a97bac8b09dc88ea806b2330a53.tar.zst gsoc2013-empathy-edde6162b4294a97bac8b09dc88ea806b2330a53.zip |
Fix translators complains about ambigous strings. Fixes bug #546154.
svn path=/trunk/; revision=1291
Diffstat (limited to 'src/empathy-accounts-dialog.glade')
-rw-r--r-- | src/empathy-accounts-dialog.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-accounts-dialog.glade b/src/empathy-accounts-dialog.glade index 4d7b32ed8..0367cf469 100644 --- a/src/empathy-accounts-dialog.glade +++ b/src/empathy-accounts-dialog.glade @@ -302,7 +302,7 @@ <child> <widget class="GtkLabel" id="label_no_account_blurb"> <property name="visible">True</property> - <property name="label" translatable="yes">To add a new account, you can click on the 'Add' button and a new entry will be created for you to started configuring. + <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> |