Skip to content

Commit d11a13e

Browse files
committed
Translation string fix
1 parent b6dba2d commit d11a13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/expression/qgsexpression.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ void QgsExpression::initVariableHelp()
793793
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." ) );
794794

795795
//form variable
796-
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." ) );
796+
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." ) );
797797
}
798798

799799
QString QgsExpression::variableHelpText( const QString &variableName )

0 commit comments

Comments
 (0)