diff options
author | Devashish Sharma <dsharma@src.gnome.org> | 2006-03-10 15:03:25 +0800 |
---|---|---|
committer | Devashish Sharma <dsharma@src.gnome.org> | 2006-03-10 15:03:25 +0800 |
commit | c325ae663851286e3ef18ce7bcb6f8adb670fe28 (patch) | |
tree | 22df13a0cd57d2f75ed4926d71aa81fa8e511af7 /plugins | |
parent | 28a79ecadde24df0d97a6d5ca1a64513eb677c30 (diff) | |
download | gsoc2013-evolution-c325ae663851286e3ef18ce7bcb6f8adb670fe28.tar.gz gsoc2013-evolution-c325ae663851286e3ef18ce7bcb6f8adb670fe28.tar.zst gsoc2013-evolution-c325ae663851286e3ef18ce7bcb6f8adb670fe28.zip |
Fix for Bug 331023
svn path=/trunk/; revision=31680
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/itip-formatter/org-gnome-itip-formatter.error.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/itip-formatter/org-gnome-itip-formatter.error.xml b/plugins/itip-formatter/org-gnome-itip-formatter.error.xml index 378aa2eb62..1a47eda38c 100644 --- a/plugins/itip-formatter/org-gnome-itip-formatter.error.xml +++ b/plugins/itip-formatter/org-gnome-itip-formatter.error.xml @@ -7,7 +7,7 @@ <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> + <_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"/> </error> |