Skip to content

Commit

Permalink
I've just fixed a typo as "저장 안았했습니다" => "저장 할 수 없습니다". Thanks for yo…
Browse files Browse the repository at this point in the history
…ur work, John Hwang.
  • Loading branch information
huconco committed Apr 9, 2009
1 parent 9bab52c commit 72e41f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rails/locale/ko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ ko:
errors:
template:
header:
one: "한개의 오류가 발생해 {{model}}를 저장 안았했습니다"
other: "{{count}}개의 오류가 발생해 {{model}}를 저장 안았했습니다"
one: "한개의 오류가 발생해 {{model}}를 저장 할 수 없습니다"
other: "{{count}}개의 오류가 발생해 {{model}}를 저장 할 수 없습니다"
# The variable :count is also available
body: "다음 항목에 문제가 발견했습니다:"

Expand Down

0 comments on commit 72e41f4

Please sign in to comment.