aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevashish Sharma <dsharma@src.gnome.org>2006-03-10 15:03:25 +0800
committerDevashish Sharma <dsharma@src.gnome.org>2006-03-10 15:03:25 +0800
commitc325ae663851286e3ef18ce7bcb6f8adb670fe28 (patch)
tree22df13a0cd57d2f75ed4926d71aa81fa8e511af7
parent28a79ecadde24df0d97a6d5ca1a64513eb677c30 (diff)
downloadgsoc2013-evolution-c325ae663851286e3ef18ce7bcb6f8adb670fe28.tar
gsoc2013-evolution-c325ae663851286e3ef18ce7bcb6f8adb670fe28.tar.gz
gsoc2013-evolution-c325ae663851286e3ef18ce7bcb6f8adb670fe28.tar.bz2
gsoc2013-evolution-c325ae663851286e3ef18ce7bcb6f8adb670fe28.tar.lz
gsoc2013-evolution-c325ae663851286e3ef18ce7bcb6f8adb670fe28.tar.xz
gsoc2013-evolution-c325ae663851286e3ef18ce7bcb6f8adb670fe28.tar.zst
gsoc2013-evolution-c325ae663851286e3ef18ce7bcb6f8adb670fe28.zip
Fix for Bug 331023
svn path=/trunk/; revision=31680
-rw-r--r--addressbook/gui/contact-editor/eab-editor.c4
-rw-r--r--plugins/itip-formatter/org-gnome-itip-formatter.error.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/gui/contact-editor/eab-editor.c b/addressbook/gui/contact-editor/eab-editor.c
index 31ed8a77b2..c6f45a260c 100644
--- a/addressbook/gui/contact-editor/eab-editor.c
+++ b/addressbook/gui/contact-editor/eab-editor.c
@@ -319,7 +319,7 @@ eab_editor_confirm_delete (GtkWindow *parent, gboolean plural, gboolean is_list,
if (is_list) {
/* contact list(s) */
if (!plural)
- msg = g_strdup_printf (_("Are you sure you want\nto delete contact list (%s) ?"),
+ msg = g_strdup_printf (_("Are you sure you want\nto delete contact list (%s)?"),
name);
else
msg = g_strdup (_("Are you sure you want\nto delete these contact lists?"));
@@ -327,7 +327,7 @@ eab_editor_confirm_delete (GtkWindow *parent, gboolean plural, gboolean is_list,
else {
/* contact(s) */
if (!plural)
- msg = g_strdup_printf (_("Are you sure you want\nto delete contact (%s) ?"),
+ msg = g_strdup_printf (_("Are you sure you want\nto delete contact (%s)?"),
name);
else
msg = g_strdup (_("Are you sure you want\nto delete these contacts?"));
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>&quot;{0}&quot; has delegated the meeting. Do you want to add the delegate &quot;{1}&quot; ?</_secondary>
+ <_secondary>&quot;{0}&quot; has delegated the meeting. Do you want to add the delegate &quot;{1}&quot;?</_secondary>
<button _label="Yes" response="GTK_RESPONSE_YES"/>
<button _label="No" response="GTK_RESPONSE_NO"/>
</error>