tiling->tiled

This commit is contained in:
Kovid Goyal 2020-01-31 15:11:30 +05:30
parent 5263babc9a
commit e72b60c882
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -861,7 +861,7 @@ def config_or_absolute_path(x):
o('background_image', 'none', option_type=config_or_absolute_path, long_text=_('''
Path to a background image. Must be in PNG format.'''))
o('background_image_layout', 'tiling', option_type=choices('tiling', 'scaled', 'mirror_tiled'), long_text=_('''
o('background_image_layout', 'tiled', option_type=choices('tiled', 'scaled', 'mirror_tiled'), long_text=_('''
Whether to tile or scale the background image.'''))
o('background_image_linear', False, long_text=_('''