Translation string fix

This commit is contained in:
Juergen E. Fischer 2018-09-17 16:34:45 +02:00
parent b6dba2d5e2
commit d11a13eae3

View File

@ -793,7 +793,7 @@ void QgsExpression::initVariableHelp()
sVariableHelpTexts.insert( QStringLiteral( "current_feature" ), QCoreApplication::translate( "current_feature", "Represents the feature currently being edited in the form or the table row. Can be used in a form/row context to filter the related features." ) );
//form variable
sVariableHelpTexts.insert( QStringLiteral( "form_mode" ), QCoreApplication::translate( "form_mode", "What the form is used for, like AddFeatureMode, SingleEditModem, MultiEditMode, SearchMode, AggregateSearchMode or IdentifyMode as string." ) );
sVariableHelpTexts.insert( QStringLiteral( "form_mode" ), QCoreApplication::translate( "form_mode", "What the form is used for, like AddFeatureMode, SingleEditMode, MultiEditMode, SearchMode, AggregateSearchMode or IdentifyMode as string." ) );
}
QString QgsExpression::variableHelpText( const QString &variableName )