Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix data defined label help
  • Loading branch information
mhugent committed Sep 20, 2013
1 parent dec8953 commit 97ce0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/symbology-ng/qgsdatadefinedsymboldialog.cpp
Expand Up @@ -185,10 +185,10 @@ QString QgsDataDefinedSymbolDialog::fileNameHelpText()

QString QgsDataDefinedSymbolDialog::horizontalAnchorHelpText()
{
return tr( "'left'|'hcenter'|'right'" );
return tr( "'left'|'center'|'right'" );
}

QString QgsDataDefinedSymbolDialog::verticalAnchorHelpText()
{
return tr( "'top'|'vcenter'|'bottom'" );
return tr( "'top'|'center'|'bottom'" );
}

0 comments on commit 97ce0c2

Please sign in to comment.