Fix string.

This commit is contained in:
Kovid Goyal 2013-06-02 07:25:26 +05:30
parent f6f548a245
commit 710fc10a79

View File

@ -731,10 +731,10 @@ datatype is one of: {0}
'int, float: number_format\n' 'int, float: number_format\n'
'text: is_names, use_decorations\n' 'text: is_names, use_decorations\n'
'\n' '\n'
'The best way to find legal combinations is to create a custom' 'The best way to find legal combinations is to create a custom '
'column of the appropriate type in the GUI then look at the' 'column of the appropriate type in the GUI then look at the '
'backup OPF for a book (ensure that a new OPF has been created' 'backup OPF for a book (ensure that a new OPF has been created '
'since the column was added). You will see the JSON for the' 'since the column was added). You will see the JSON for the '
'"display" for the new column in the OPF.')) '"display" for the new column in the OPF.'))
return parser return parser