]> andersk Git - moira.git/commitdiff
Cosmetic bug: error code explanation text shouldn't end with ".".
authorzacheiss <zacheiss>
Thu, 31 May 2001 21:35:51 +0000 (21:35 +0000)
committerzacheiss <zacheiss>
Thu, 31 May 2001 21:35:51 +0000 (21:35 +0000)
lib/mr_et.et

index 583b2ad9f82af03f58f263eec58387e220e9e38e..b210fa667f3e6a37c98d16902fbb118e891b7bd5 100644 (file)
@@ -220,12 +220,12 @@ ec        MR_RESERVED,
        "That name is reserved"
 
 ec     MR_QUALITY,
-       "Password is too simple."
+       "Password is too simple"
 
 ec     MR_CONTAINER,
-       "No such container."
+       "No such container"
 
 ec     MR_NEW_CONTAINER_NAME,
-       "The new container name is invalid."
+       "The new container name is invalid"
 
        end
This page took 0.10998 seconds and 5 git commands to generate.