Skip to content

Commit 1658c12

Browse files
committedSep 28, 2017
translation fix
1 parent cafe9d4 commit 1658c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/expression/qgsexpression.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ void QgsExpression::initVariableHelp()
705705
sVariableHelpTexts.insert( QStringLiteral( "algorithm_id" ), QCoreApplication::translate( "algorithm_id", "Unique ID for algorithm." ) );
706706

707707
//provider notification
708-
sVariableHelpTexts.insert( QStringLiteral( "notification_message" ), QCoreApplication::translate( "notification_message", "Contend of the notification message sent by the provider (available only for actions triggered by provider notifications)." ) );
708+
sVariableHelpTexts.insert( QStringLiteral( "notification_message" ), QCoreApplication::translate( "notification_message", "Content of the notification message sent by the provider (available only for actions triggered by provider notifications)." ) );
709709
}
710710

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

0 commit comments

Comments
 (0)
Please sign in to comment.