diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-01-15 04:02:14 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-15 04:02:14 +0800 |
commit | 2d7b7292bc6ecfc8ab724803e8d2d464d3810eec (patch) | |
tree | 04c441bdae4bd4c4ceba228955019c27e63e2a85 /plugins/groupwise-features/proxy-login-dialog.glade | |
parent | caad3d7d1ef26da5d340a42a0bca2a8a867f5db2 (diff) | |
download | gsoc2013-evolution-2d7b7292bc6ecfc8ab724803e8d2d464d3810eec.tar gsoc2013-evolution-2d7b7292bc6ecfc8ab724803e8d2d464d3810eec.tar.gz gsoc2013-evolution-2d7b7292bc6ecfc8ab724803e8d2d464d3810eec.tar.bz2 gsoc2013-evolution-2d7b7292bc6ecfc8ab724803e8d2d464d3810eec.tar.lz gsoc2013-evolution-2d7b7292bc6ecfc8ab724803e8d2d464d3810eec.tar.xz gsoc2013-evolution-2d7b7292bc6ecfc8ab724803e8d2d464d3810eec.tar.zst gsoc2013-evolution-2d7b7292bc6ecfc8ab724803e8d2d464d3810eec.zip |
** Fixes bug #567744
2009-01-14 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #567744
* plugins/groupwise-features/proxy-login-dialog.glade:
* plugins/groupwise-features/proxy-listing.glade:
Comment attribute in property tag should be plural.
e.g. <property comments="...">
svn path=/trunk/; revision=37074
Diffstat (limited to 'plugins/groupwise-features/proxy-login-dialog.glade')
-rw-r--r-- | plugins/groupwise-features/proxy-login-dialog.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/groupwise-features/proxy-login-dialog.glade b/plugins/groupwise-features/proxy-login-dialog.glade index d2e0bc8fb0..d774555659 100644 --- a/plugins/groupwise-features/proxy-login-dialog.glade +++ b/plugins/groupwise-features/proxy-login-dialog.glade @@ -7,7 +7,7 @@ <widget class="GtkDialog" id="proxy_login_dialog"> <property name="visible">True</property> <property name="height_request">325</property> - <property name="title" translatable="yes" comment="To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation">Proxy Login</property> + <property name="title" translatable="yes" comments="To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation">Proxy Login</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">True</property> |