diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-13 03:24:59 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-13 03:26:18 +0800 |
commit | 32b1aabf2d93d65de696066395ae004a91b83109 (patch) | |
tree | 5a8edce436fcb945a87cd724db718df707222ae0 /plugins/groupwise-features/org-gnome-process-meeting.error.xml | |
parent | 2e4c99ee0cd5bfb4370b4f505dd0f4a161dc7e88 (diff) | |
download | gsoc2013-evolution-32b1aabf2d93d65de696066395ae004a91b83109.tar.gz gsoc2013-evolution-32b1aabf2d93d65de696066395ae004a91b83109.tar.zst gsoc2013-evolution-32b1aabf2d93d65de696066395ae004a91b83109.zip |
Bug 595002 - There should not be a space before ? in strings
Diffstat (limited to 'plugins/groupwise-features/org-gnome-process-meeting.error.xml')
-rw-r--r-- | plugins/groupwise-features/org-gnome-process-meeting.error.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/groupwise-features/org-gnome-process-meeting.error.xml b/plugins/groupwise-features/org-gnome-process-meeting.error.xml index 82bf25b0d3..45fbc98103 100644 --- a/plugins/groupwise-features/org-gnome-process-meeting.error.xml +++ b/plugins/groupwise-features/org-gnome-process-meeting.error.xml @@ -20,14 +20,14 @@ </error> <error id="resend" type="question" default="GTK_RESPONSE_YES"> -<_primary>Do you want to resend the meeting ?</_primary> +<_primary>Do you want to resend the meeting?</_primary> <_secondary>This will create a new meeting using the existing meeting details.</_secondary> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> <button stock="gtk-ok" response="GTK_RESPONSE_OK"/> </error> <error id="resend-recurrence" type="question" default="GTK_RESPONSE_YES"> -<_primary>Do you want to resend the recurring meeting ?</_primary> +<_primary>Do you want to resend the recurring meeting?</_primary> <_secondary>This will create a new meeting with the existing meeting details. The recurrence rule needs to be re-entered.</_secondary> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> <button label="This instance" response="GTK_RESPONSE_NO"/> @@ -35,7 +35,7 @@ </error> <error id="resend-retract" type="question" default="GTK_RESPONSE_YES"> -<_primary>Do you want to retract the original item ?</_primary> +<_primary>Do you want to retract the original item?</_primary> <_secondary>The original will be removed from the recipient's mailbox.</_secondary> <button stock="gtk-no" response="GTK_RESPONSE_NO"/> <button stock="gtk-yes" response="GTK_RESPONSE_YES"/> |