Change labels for contact sheet Timestamp option

This commit is contained in:
0xb00bface 2021-02-13 18:03:56 +01:00
parent cf19ab9697
commit 1e3432d2d9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class CreateContactSheetPaneFactory extends AbstractPostProcessingPaneFac
Setting.of("Rows", rows), Setting.of("Rows", rows),
Setting.of("File Name", filename), Setting.of("File Name", filename),
Setting.of("Background", createColorPicker(background.get())), Setting.of("Background", createColorPicker(background.get())),
Setting.of("Timestamp", burnTimestamp, "Burn in a timestamp on each thumb"), Setting.of("Timestamp (experimental)", burnTimestamp, "Burn in a timestamp on each thumb. Can be very slow on some systems."),
backgroundSetting backgroundSetting
) )
); );