mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix incorrect layer_id variable help
This commit is contained in:
parent
107d911afe
commit
2d5c5e2aac
@ -3215,7 +3215,7 @@ void QgsExpression::initVariableHelp()
|
||||
|
||||
//layer variables
|
||||
gVariableHelpTexts.insert( "layer_name", QCoreApplication::translate( "variable_help", "Name of current layer." ) );
|
||||
gVariableHelpTexts.insert( "layer_id", QCoreApplication::translate( "variable_help", "ID of current project." ) );
|
||||
gVariableHelpTexts.insert( "layer_id", QCoreApplication::translate( "variable_help", "ID of current layer." ) );
|
||||
|
||||
//composition variables
|
||||
gVariableHelpTexts.insert( "layout_numpages", QCoreApplication::translate( "variable_help", "Number of pages in composition." ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user