Skip to content

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Garth Smedley committed Sep 13, 2012
1 parent d2e559d commit 6f8caac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.5
0.0.6
2 changes: 1 addition & 1 deletion app/views/layouts/translate.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Array.prototype.unique =
}
else
{
alert( "Some transtalations have errors. Please review and correct errors before saving.")
alert( "Some translations have errors. Please review and correct errors before saving.")
}
}

Expand Down
2 changes: 1 addition & 1 deletion translate-rails3-plus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "translate-rails3-plus"
s.version = "0.0.5"
s.version = "0.0.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Peter Marklund", "Milan Novota", "Roman Shterenzon", "Garth Smedley"]
Expand Down

0 comments on commit 6f8caac

Please sign in to comment.