perl 5.005 needs an explicit mask for mkdir
[freeside.git] / bin / populate-msgcat
index 506cf5f..166f837 100755 (executable)
@@ -76,7 +76,11 @@ sub messages {
     },
 
     'illegal_password' => {
-      'en_US' => 'Illegal password',
+      'en_US' => 'Illegal password (',
+    },
+
+    'illeggal_password_characters' => {
+      'en_US' => ' characters)',
     },
 
     'username_in_use' => {
@@ -113,4 +117,3 @@ sub usage {
   die "Usage:\n\n  populate-msgcat user\n";
 }
 
-