diff options
Diffstat (limited to 'plugins/groupwise-features')
-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> |