Skip to content

Commit

Permalink
add i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed Mar 18, 2012
1 parent 534533d commit 3e3203e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/users_controller.rb
Expand Up @@ -26,7 +26,7 @@ def topics
def likes
@likes = @user.likes.recent.topics.paginate(:page => params[:page], :per_page => 30)
drop_breadcrumb(@user.login, user_path(@user.login))
drop_breadcrumb("喜欢")
drop_breadcrumb(t("users.menu.like"))
end

def auth_unbind
Expand Down

0 comments on commit 3e3203e

Please sign in to comment.