diff options
author | Milan Crha <mcrha@redhat.com> | 2008-04-25 20:37:39 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-04-25 20:37:39 +0800 |
commit | 2999fa6c7b07fa1a53a51cac013b56b2ace3852e (patch) | |
tree | 84129673b1c5f679a64c490a0ace2fad5c29de2d /plugins | |
parent | f2eed203744e9b2b52f9284693b022ae590108f5 (diff) | |
download | gsoc2013-evolution-2999fa6c7b07fa1a53a51cac013b56b2ace3852e.tar.gz gsoc2013-evolution-2999fa6c7b07fa1a53a51cac013b56b2ace3852e.tar.zst gsoc2013-evolution-2999fa6c7b07fa1a53a51cac013b56b2ace3852e.zip |
** Fix for bug #529855
2008-04-25 Milan Crha <mcrha@redhat.com>
** Fix for bug #529855
* org-gnome-shared-folder.errors.xml: (recurrence):
Use proper label element name, these are localized by default.
svn path=/trunk/; revision=35414
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 7 | ||||
-rw-r--r-- | plugins/groupwise-features/org-gnome-shared-folder.errors.xml | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index ad257042d5..ce59e7d229 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,10 @@ +2008-04-25 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #529855 + + * org-gnome-shared-folder.errors.xml: (recurrence): + Use proper label element name, these are localized by default. + 2008-04-02 Matthew Barnes <mbarnes@redhat.com> * mail-send-options.c (org_gnome_composer_send_options): diff --git a/plugins/groupwise-features/org-gnome-shared-folder.errors.xml b/plugins/groupwise-features/org-gnome-shared-folder.errors.xml index 3c72eb16e1..85ce4ac156 100644 --- a/plugins/groupwise-features/org-gnome-shared-folder.errors.xml +++ b/plugins/groupwise-features/org-gnome-shared-folder.errors.xml @@ -19,8 +19,8 @@ You cannot share folder with specified user "{0}" <_primary>This is a recurring meeting</_primary> <_secondary>What would you like to {0}?</_secondary> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> - <button _label="This instance" response="GTK_RESPONSE_NO"/> - <button _label="All instances" response="GTK_RESPONSE_YES"/> + <button label="This instance" response="GTK_RESPONSE_NO"/> + <button label="All instances" response="GTK_RESPONSE_YES"/> </error> </error-list> |