diff options
author | Milan Crha <mcrha@redhat.com> | 2010-05-26 21:28:10 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-05-26 21:28:10 +0800 |
commit | 6b8ce71cb5cf47ff496b3c21da2025e5e749d6d8 (patch) | |
tree | 25eddd88b284530318dc2e3f761b9f4998c61758 /plugins | |
parent | 3d9e2befb1abfdac50ab67c33ba42fc4fa6b67d2 (diff) | |
download | gsoc2013-evolution-6b8ce71cb5cf47ff496b3c21da2025e5e749d6d8.tar gsoc2013-evolution-6b8ce71cb5cf47ff496b3c21da2025e5e749d6d8.tar.gz gsoc2013-evolution-6b8ce71cb5cf47ff496b3c21da2025e5e749d6d8.tar.bz2 gsoc2013-evolution-6b8ce71cb5cf47ff496b3c21da2025e5e749d6d8.tar.lz gsoc2013-evolution-6b8ce71cb5cf47ff496b3c21da2025e5e749d6d8.tar.xz gsoc2013-evolution-6b8ce71cb5cf47ff496b3c21da2025e5e749d6d8.tar.zst gsoc2013-evolution-6b8ce71cb5cf47ff496b3c21da2025e5e749d6d8.zip |
Bug #478090 - Meeting acceptances for attendees who weren't listed are lost
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/itip-formatter/org-gnome-itip-formatter.error.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/plugins/itip-formatter/org-gnome-itip-formatter.error.xml b/plugins/itip-formatter/org-gnome-itip-formatter.error.xml index 1a47eda38c..e5d84c67af 100644 --- a/plugins/itip-formatter/org-gnome-itip-formatter.error.xml +++ b/plugins/itip-formatter/org-gnome-itip-formatter.error.xml @@ -2,14 +2,16 @@ <error-list domain="org.gnome.itip-formatter"> <error id="add-unknown-attendee" type="question"> - <_primary>This response is not from a current attendee. Add the sender as an attendee?</_primary> + <_primary>This response is not from a current attendee. Add the sender as an attendee?</_primary> + <button stock="gtk-yes" response="GTK_RESPONSE_YES"/> + <button stock="gtk-no" response="GTK_RESPONSE_NO"/> </error> <error id="add-delegate" type="question"> <_primary>This meeting has been delegated</_primary> - <_secondary>"{0}" has delegated the meeting. Do you want to add the delegate "{1}"?</_secondary> - <button _label="Yes" response="GTK_RESPONSE_YES"/> - <button _label="No" response="GTK_RESPONSE_NO"/> + <_secondary>'{0}' has delegated the meeting. Do you want to add the delegate '{1}'?</_secondary> + <button stock="gtk-yes" response="GTK_RESPONSE_YES"/> + <button stock="gtk-no" response="GTK_RESPONSE_NO"/> </error> </error-list> |