Change labels for contact sheet Timestamp option
This commit is contained in:
parent
cf19ab9697
commit
1e3432d2d9
|
@ -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
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue