git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55618 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -82,7 +82,7 @@ class MapCalcFrame(wx.Frame):
'if(x,a)':'if( , )',
'if(x,a,b)':'if( , , )',
'if(x,a,b,c)':'if( , , , )',
- 'int(x)':'if()',
+ 'int(x)':'int()',
'isnull(x)':'isnull()',
'log(x)':'log(',
'log(x,b)':'log( , )',