calc: change button name sqr => sqrt

git-svn-id: svn://kolibrios.org@8304 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2020-12-02 19:31:18 +00:00
parent be56ddd304
commit eebb43e620

View File

@ -849,7 +849,7 @@ text:
db 1,'1', 1,'2', 1,'3', 1,'+', 3,'Int', 3,'Sin', 4,'Asin', 0
db 1,'4', 1,'5', 1,'6', 1,'-', 3,'1/x', 3,'Cos', 4,'Acos', 0
db 1,'7', 1,'8', 1,'9', 1,'/', 3,'x^2', 3,'Tan', 4,'Atan', 0
db 3,'+/-', 1,'0', 1,'.', 1,'*', 3,'Sqr', 2,'Pi', 1,'=', 0
db 3,'+/-', 1,'0', 1,'.', 1,'*', 4,'Sqrt',2,'Pi', 1,'=', 0
db 'x'
I_END: