aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2006-01-01 21:56:31 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-01-01 21:56:31 +0800
commit7ddd1c1379b274907698b2251a11e705fd75e2a3 (patch)
tree1c34735c22b269297367d356cda0b391b71c77e9 /shell
parent3c352346c1b03a56e82c16782835939758d0527e (diff)
downloadgsoc2013-evolution-7ddd1c1379b274907698b2251a11e705fd75e2a3.tar
gsoc2013-evolution-7ddd1c1379b274907698b2251a11e705fd75e2a3.tar.gz
gsoc2013-evolution-7ddd1c1379b274907698b2251a11e705fd75e2a3.tar.bz2
gsoc2013-evolution-7ddd1c1379b274907698b2251a11e705fd75e2a3.tar.lz
gsoc2013-evolution-7ddd1c1379b274907698b2251a11e705fd75e2a3.tar.xz
gsoc2013-evolution-7ddd1c1379b274907698b2251a11e705fd75e2a3.tar.zst
gsoc2013-evolution-7ddd1c1379b274907698b2251a11e705fd75e2a3.zip
String Fixes (Bug #325122)
2006-01-01 Harish Krishnaswamy <kharish@novell.com> * String Fixes (Bug #325122) svn path=/trunk/; revision=31006
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-window.c4
-rw-r--r--shell/shell.error.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index af9ece83de..8ee5ab88ef 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -367,7 +367,7 @@ update_offline_toggle_status (EShellWindow *window)
icon_pixmap = online_pixmap;
icon_mask = online_mask;
sensitive = TRUE;
- tooltip = _("Evolution is currently online. "
+ tooltip = _("Evolution is currently online."
"Click on this button to work offline.");
flags = ES_MENU_SHELL_ONLINE;
break;
@@ -382,7 +382,7 @@ update_offline_toggle_status (EShellWindow *window)
icon_pixmap = offline_pixmap;
icon_mask = offline_mask;
sensitive = TRUE;
- tooltip = _("Evolution is currently offline. "
+ tooltip = _("Evolution is currently offline."
"Click on this button to work online.");
flags = ES_MENU_SHELL_OFFLINE;
break;
diff --git a/shell/shell.error.xml b/shell/shell.error.xml
index 8a0605dea4..96fa2d04b4 100644
--- a/shell/shell.error.xml
+++ b/shell/shell.error.xml
@@ -31,7 +31,7 @@ If you choose to continue, you may not have access to some of your old data.
<_primary>Delete old data from version {0}?</_primary>
<_secondary xml:space="preserve">The previous version of evolution stored its data in a different location.
-If you choose to remove this data, the entire contents of the &quot;evolution&quot; directory will be removed permanently. If you choose to keep this data, then you may manually remove the contents of &quot;evolution&quot; at your convenience.
+If you choose to remove this data, the entire contents of the &quot;evolution&quot; directory will be removed permanently. If you choose to keep this data, then you may manually remove the contents of &quot;evolution&quot; at your convenience.
</_secondary>
<button _label="_Remind Me Later" response="GTK_RESPONSE_CANCEL"/>
<button _label="_Keep Data" response="GTK_RESPONSE_ACCEPT"/>