diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-12-21 12:39:48 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-12-21 12:39:48 +0000 |
commit | 2a6692248b8976141997c4418561bb0800baf2da (patch) | |
tree | 68c7fe2afb20e1daa1790cdc3e61a06a53768ba9 /test/unit/group_test.rb | |
parent | e2998505b2403a70c233cf96fac8432e950bf47d (diff) | |
download | redmine-2a6692248b8976141997c4418561bb0800baf2da.tar.gz redmine-2a6692248b8976141997c4418561bb0800baf2da.zip |
Replaced "can't" with "cannot" in error messages.
git-svn-id: http://svn.redmine.org/redmine/trunk@13781 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/group_test.rb')
-rw-r--r-- | test/unit/group_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/group_test.rb b/test/unit/group_test.rb index 6989680ec..6ddaa7ead 100644 --- a/test/unit/group_test.rb +++ b/test/unit/group_test.rb @@ -47,7 +47,7 @@ class GroupTest < ActiveSupport::TestCase set_language_if_valid 'en' g = Group.new assert !g.save - assert_include "Name can't be blank", g.errors.full_messages + assert_include "Name cannot be blank", g.errors.full_messages end def test_blank_name_error_message_fr |