Skip to content

Commit

Permalink
Changed Name error to not include dashes
Browse files Browse the repository at this point in the history
Several people have pointed out that, while Names can technically
include dashes, those dashes are turned into spaces when you save.  So
tweaked the descriptive message to stop saying that dashes are
appropriate.
  • Loading branch information
Mark "Justin" Waks committed Dec 6, 2013
1 parent 8e2e81c commit 173bcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion querki/conf/messages
Expand Up @@ -19,6 +19,6 @@ Thing.find.unknownName=No Thing found with that name

Types.Name.empty=Names must have non-zero length
Types.Name.tooLong=Names should not be excessively long
Types.Name.badChars=Names may only contain letters, digits, dashes and spaces
Types.Name.badChars=Names may only contain letters, digits, and spaces
Types.Number.badFormat=Numbers should only contain digits
Types.Text.tooShort={0} must be at least {1} characters long

0 comments on commit 173bcf1

Please sign in to comment.