Changeset 1619

Show
Ignore:
Timestamp:
01/09/08 08:40:29 (4 months ago)
Author:
kevin
Message:

Fix typo in admin dashboard

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/app/views/admin/dashboard/index.html.erb

    r1560 r1619  
    99    <%= content_tag :li, link_to(_("Update your profile or change your password"),  
    1010      :controller => 'users', :action => 'edit', :id => session[:user_id]) -%> 
    11     <%= content_tag :li, link_to(_("Change you blog presentation"), :controller => 'themes') -%> 
     11    <%= content_tag :li, link_to(_("Change your blog presentation"), :controller => 'themes') -%> 
    1212    <%= content_tag :li, link_to(_("Enable plugins"), :controller => 'sidebar') -%> 
    1313  </ul>