fixes + version changed

This commit is contained in:
serso
2011-11-19 17:02:39 +04:00
parent ca4bebc3b4
commit 77d3e2cb26
4 changed files with 12 additions and 12 deletions

View File

@@ -155,8 +155,8 @@
<string name="c_op_description_integral">Gives integral of function \'f(x)\' by \'x\' variable.</string>
<string name="c_op_description_integral_ab">Integrates function \'f(x)\' by \'x\' variable from \'a\' to \'b\'.</string>
<string name="c_pf_description_factorial">Gives the factorial for expression before.</string>
<string name="c_pf_description_percent" formatted="false">Gives the percent value for expression
<string name="c_pf_description_factorial">Gives the factorial of the expression before.</string>
<string name="c_pf_description_percent" formatted="false">Gives the percent value of the expression
before.\nExamples:\n
100 + 50% = 150\n
100 * 50% = 50\n