Skip to content

Commit 268aa7d

Browse files
committed
Removed darktable capitalization.
1 parent ea7ac8e commit 268aa7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/ultrahdr.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ GUI.optionwidgets.use_original_directory = dt.new_widget("check_button") {
617617

618618
GUI.optionwidgets.import_to_darktable = dt.new_widget("check_button") {
619619
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.")
621621
}
622622

623623
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
730730

731731
GUI.optionwidgets.selection_type_combo = dt.new_widget("combobox") {
732732
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.
734734
This determines how the plugin groups images into separate stacks (each stack will produce a single UltraHDR image).
735735
736736
- %s: All selected image(s) belong to one stack. There will be 1 output UltraHDR image.
737737
- %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.
739739
740740
As an added precaution, each image in a stack needs to have the same dimensions.
741741
]]), _("one stack"), _("multiple stacks (use filename)")),

0 commit comments

Comments
 (0)