From 0569c9f01e246361bfe22f6f899e4ead4bb35cf3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 26 Nov 2017 19:31:18 +0530 Subject: [PATCH] ... --- resources/default_tweaks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index fe831084fc..3941cc5663 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -426,7 +426,7 @@ metadata_single_use_2_cols_for_custom_fields = True #: Order of custom column(s) in edit metadata # Controls the order that custom columns are listed in edit metadata single # and bulk. The columns listed in the tweak are displayed first and in the -# order provided. Any columns not listed are dislayed after the listed ones, +# order provided. Any columns not listed are displayed after the listed ones, # in alphabetical order. Do note that this tweak does not change the size of # the edit widgets. Putting comments widgets in this list may result in some # odd widget spacing when using two-column mode.