Fixed proper()

This commit is contained in:
Daniel
2014-09-26 15:26:57 +02:00
parent bd58c3b202
commit 7be2bdff8b

View File

@@ -174,7 +174,7 @@
if(!istext(string))
return ""
return text("[][]", uppertext(copytext(string, 1, 1)), lowercase(copytext(string, 2)))
return text("[][]", uppertext(copytext(string, 1, 1)), lowertext(copytext(string, 2)))
// --- Number methods ---