Skip to content

Commit d4043be

Browse files
committedFeb 8, 2014
fix #9515
1 parent 52616b6 commit d4043be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/symbology-ng/qgsdatadefinedsymboldialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ QString QgsDataDefinedSymbolDialog::colorHelpText()
175175

176176
QString QgsDataDefinedSymbolDialog::offsetHelpText()
177177
{
178-
return "<x>,<y>";
178+
return "'<x>,<y>'";
179179
}
180180

181181
QString QgsDataDefinedSymbolDialog::fileNameHelpText()

0 commit comments

Comments
 (0)
Please sign in to comment.