@@ -617,7 +617,7 @@ GUI.optionwidgets.use_original_directory = dt.new_widget("check_button") {
617
617
618
618
GUI .optionwidgets .import_to_darktable = dt .new_widget (" check_button" ) {
619
619
label = _ (" import UltraHDRs to library" ),
620
- tooltip = _ (" Import UltraHDR images to Darktable library after generating, with an 'ultrahdr' tag attached." )
620
+ tooltip = _ (" Import UltraHDR images to darktable library after generating, with an 'ultrahdr' tag attached." )
621
621
}
622
622
623
623
GUI .optionwidgets .copy_exif = dt .new_widget (" check_button" ) {
@@ -730,12 +730,12 @@ You can force the image into a specific stack slot by attaching "hdr" / "gainmap
730
730
731
731
GUI .optionwidgets .selection_type_combo = dt .new_widget (" combobox" ) {
732
732
label = _ (" selection contains" ),
733
- tooltip = string.format (_ ([[ Select types of images selected in Darktable .
733
+ tooltip = string.format (_ ([[ Select types of images selected in darktable .
734
734
This determines how the plugin groups images into separate stacks (each stack will produce a single UltraHDR image).
735
735
736
736
- %s: All selected image(s) belong to one stack. There will be 1 output UltraHDR image.
737
737
- %s: Group images into stacks, using the source image path + filename (ignoring extension).
738
- Use this method if the source images for a given stack are Darktable duplicates.
738
+ Use this method if the source images for a given stack are darktable duplicates.
739
739
740
740
As an added precaution, each image in a stack needs to have the same dimensions.
741
741
]] ), _ (" one stack" ), _ (" multiple stacks (use filename)" )),
0 commit comments