We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent dec8953 commit 97ce0c2Copy full SHA for 97ce0c2
src/gui/symbology-ng/qgsdatadefinedsymboldialog.cpp
@@ -185,10 +185,10 @@ QString QgsDataDefinedSymbolDialog::fileNameHelpText()
185
186
QString QgsDataDefinedSymbolDialog::horizontalAnchorHelpText()
187
{
188
- return tr( "'left'|'hcenter'|'right'" );
+ return tr( "'left'|'center'|'right'" );
189
}
190
191
QString QgsDataDefinedSymbolDialog::verticalAnchorHelpText()
192
193
- return tr( "'top'|'vcenter'|'bottom'" );
+ return tr( "'top'|'center'|'bottom'" );
194
0 commit comments