From 72f6b0385ddb77353622cdbb8d9717120393a045 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Mon, 12 Dec 2011 12:13:05 +0100 Subject: [PATCH] Fix silly mistake in "Order of custom column(s) in edit metadata" tweak description. --- 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 7f2672700a..98c071c442 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -409,7 +409,7 @@ locale_for_sorting = '' # columns. If False, one column is used. metadata_single_use_2_cols_for_custom_fields = True -#: Order of custom columns in column(s) in edit metadata +#: 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,