From 173bcf1a81cf98a531a09b467071dd8023474ab1 Mon Sep 17 00:00:00 2001 From: "Mark \"Justin\" Waks" Date: Fri, 6 Dec 2013 09:21:08 -0500 Subject: [PATCH] Changed Name error to not include dashes 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. --- querki/conf/messages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/querki/conf/messages b/querki/conf/messages index 91b87d31f..39eed4028 100644 --- a/querki/conf/messages +++ b/querki/conf/messages @@ -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 \ No newline at end of file