aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/mail-retract.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-09-13 03:24:59 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-13 03:26:18 +0800
commit32b1aabf2d93d65de696066395ae004a91b83109 (patch)
tree5a8edce436fcb945a87cd724db718df707222ae0 /plugins/groupwise-features/mail-retract.c
parent2e4c99ee0cd5bfb4370b4f505dd0f4a161dc7e88 (diff)
downloadgsoc2013-evolution-32b1aabf2d93d65de696066395ae004a91b83109.tar
gsoc2013-evolution-32b1aabf2d93d65de696066395ae004a91b83109.tar.gz
gsoc2013-evolution-32b1aabf2d93d65de696066395ae004a91b83109.tar.bz2
gsoc2013-evolution-32b1aabf2d93d65de696066395ae004a91b83109.tar.lz
gsoc2013-evolution-32b1aabf2d93d65de696066395ae004a91b83109.tar.xz
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/mail-retract.c')
-rw-r--r--plugins/groupwise-features/mail-retract.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/groupwise-features/mail-retract.c b/plugins/groupwise-features/mail-retract.c
index 9eccc698ec..8dd58baeac 100644
--- a/plugins/groupwise-features/mail-retract.c
+++ b/plugins/groupwise-features/mail-retract.c
@@ -54,7 +54,7 @@ static void retract_mail_settings (EPopup *ep, EPopupItem *item, gpointer data)
GTK_STOCK_YES, GTK_RESPONSE_YES,
GTK_STOCK_NO, GTK_RESPONSE_NO, NULL);
- confirm_warning = gtk_label_new (_("Retracting a message may remove it from the recipient's mailbox. Are you sure you want to do this ?"));
+ confirm_warning = gtk_label_new (_("Retracting a message may remove it from the recipient's mailbox. Are you sure you want to do this?"));
gtk_label_set_line_wrap (GTK_LABEL (confirm_warning), TRUE);
gtk_label_set_selectable (GTK_LABEL (confirm_warning), TRUE);