From 0c178e76f465b818dadc19789271f39c7754f0fc Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Tue, 31 Jul 2007 13:00:45 +0000 Subject: [PATCH] r219@sede: terceiro | 2007-07-28 12:24:45 -0300 ActionItem7: fixing typo --- app/views/content_viewer/not_found.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content_viewer/not_found.rhtml b/app/views/content_viewer/not_found.rhtml index 7520639..09acf46 100644 --- a/app/views/content_viewer/not_found.rhtml +++ b/app/views/content_viewer/not_found.rhtml @@ -1,2 +1,2 @@ -

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

+

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

-- libgit2 0.21.2