Fixed proper() again

This commit is contained in:
Daniel
2014-09-26 18:46:17 +02:00
parent 34a3d63f9b
commit bbf88e4986

View File

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