two small fixes

This commit is contained in:
MrZYX 2010-11-10 20:56:00 +01:00 committed by Jonne Hass
parent 52da9c84ed
commit f55a973685
2 changed files with 1 additions and 3 deletions

View file

@ -15,5 +15,5 @@
#person_nav_links
= link_to t('.view_profile'), person_path(person)
= link_to t('_photos'), person_photos_path(person)
= link_to t('.status messages'), person_status_messages_path(person)
= link_to t('.status_messages'), person_status_messages_path(person)
= "#{t('.viewing')}: #{@post_type.to_s.titleize}" if defined?(@post_type)

View file

@ -241,8 +241,6 @@ en:
destroy: "Destroy"
helper:
no_message_to_display: "No message to display."
index:
status_messages: "status messages"
people:
person:
pending_request: "pending request"