From f6d376bbaeca35fda7457cfa9b9ccde7ac064757 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 20 Jan 2009 18:05:02 -0300 Subject: [PATCH] ActionItem898: Reviewing text in "Not Found" page --- app/views/shared/not_found.rhtml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/views/shared/not_found.rhtml b/app/views/shared/not_found.rhtml index 445518b..39a025f 100644 --- a/app/views/shared/not_found.rhtml +++ b/app/views/shared/not_found.rhtml @@ -1,8 +1,11 @@

<%= _('There is no such page: %s') % (content_tag('tt', @path)) %>

-

<%= _('You may have clicked an expired link or mistyped the address.') %>

+

+ <%= _('You may have clicked an expired link or mistyped the address.') %> + <%= _('If you clicked a link that was in another site, or was given to you by someone else, it would be nice if you tell them that their link is not valid anymore.') %> +

-- libgit2 0.21.2