aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
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"/>