Commit 0c178e76f465b818dadc19789271f39c7754f0fc

Authored by AntonioTerceiro
1 parent 4bb74255

r219@sede: terceiro | 2007-07-28 12:24:45 -0300

ActionItem7: fixing typo
 


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@223 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/content_viewer/not_found.rhtml
1   -<h1><%= _('There is not such page: %s') % (content_tag('tt', @path)) %></h1>
  1 +<h1><%= _('There is no such page: %s') % (content_tag('tt', @path)) %></h1>
2 2  
... ...