summaryrefslogtreecommitdiff
path: root/src/nautilus-window-manage-views.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2008-03-29 15:02:15 +0000
committerCosimo Cecchi <cosimoc@src.gnome.org>2008-03-29 15:02:15 +0000
commitfc91bb4938896e1d3a2935b40208dca9f36ec963 (patch)
tree331636c34dc605923c75a453d64f6b6bd1c198a2 /src/nautilus-window-manage-views.c
parent5f3fee556821c1974d4be39c95f9e99cbaa76891 (diff)
downloadnautilus-fc91bb4938896e1d3a2935b40208dca9f36ec963.tar.gz
Fix a typo in a string. (#521199).
2008-03-29 Cosimo Cecchi <cosimoc@gnome.org> * src/nautilus-window-manage-views.c: (display_view_selection_failure): Fix a typo in a string. (#521199). svn path=/trunk/; revision=14002
Diffstat (limited to 'src/nautilus-window-manage-views.c')
-rw-r--r--src/nautilus-window-manage-views.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-window-manage-views.c b/src/nautilus-window-manage-views.c
index 02dd58954..aa24bd3fb 100644
--- a/src/nautilus-window-manage-views.c
+++ b/src/nautilus-window-manage-views.c
@@ -1740,7 +1740,7 @@ display_view_selection_failure (NautilusWindow *window, NautilusFile *file,
* But this case is also hit for legitimate web addresses when
* the proxy is set up wrong.
*/
- error_message = g_strdup_printf (_("Couldn't display \"%s\", because the host could be found."),
+ error_message = g_strdup_printf (_("Couldn't display \"%s\", because the host couldn't be found."),
uri_for_display);
detail_message = g_strdup (_("Check that the spelling is correct and that your proxy settings are correct."));
break;