Skip to content

Commit ce32a25

Browse files
Gustrynirvn
authored andcommitted
remove translations for expression group to fix the UI
1 parent aa42b86 commit ce32a25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/core/expression/qgsexpressionfunction.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5015,7 +5015,7 @@ QgsArrayForeachExpressionFunction::QgsArrayForeachExpressionFunction()
50155015
: QgsExpressionFunction( QStringLiteral( "array_foreach" ), QgsExpressionFunction::ParameterList()
50165016
<< QgsExpressionFunction::Parameter( QStringLiteral( "array" ) )
50175017
<< QgsExpressionFunction::Parameter( QStringLiteral( "expression" ) ),
5018-
QCoreApplication::tr( "Arrays" ) )
5018+
QStringLiteral( "Arrays" ) )
50195019
{
50205020

50215021
}
@@ -5109,7 +5109,7 @@ QgsArrayFilterExpressionFunction::QgsArrayFilterExpressionFunction()
51095109
: QgsExpressionFunction( QStringLiteral( "array_filter" ), QgsExpressionFunction::ParameterList()
51105110
<< QgsExpressionFunction::Parameter( QStringLiteral( "array" ) )
51115111
<< QgsExpressionFunction::Parameter( QStringLiteral( "expression" ) ),
5112-
QCoreApplication::tr( "Arrays" ) )
5112+
QStringLiteral( "Arrays" ) )
51135113
{
51145114

51155115
}
@@ -5204,7 +5204,7 @@ QgsWithVariableExpressionFunction::QgsWithVariableExpressionFunction()
52045204
QgsExpressionFunction::Parameter( QStringLiteral( "name" ) )
52055205
<< QgsExpressionFunction::Parameter( QStringLiteral( "value" ) )
52065206
<< QgsExpressionFunction::Parameter( QStringLiteral( "expression" ) ),
5207-
QCoreApplication::tr( "General" ) )
5207+
QStringLiteral( "General" ) )
52085208
{
52095209

52105210
}

0 commit comments

Comments
 (0)