Skip to content
Snippets Groups Projects
Commit e88b5a13 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- minor: updated comments

parent e2fc4984
Branches
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
# needs a geckodriver and the Selenium::Remote::Driver module
# see http://www.seleniumhq.org/
#
# tested against Rosetta 7.1 using ChromeDriver 98.0.4758.80 and Chrome 98 in Debian 11
# tested against Rosetta 7.1 using ChromeDriver 98.0.4758.102 and Chrome 98 in Debian 11
#
# ensure, that the plugin is assigned to a classification, for example to "Image (Mix)"
......@@ -227,7 +227,7 @@ foreach my $exiftool_property (sort keys %exiftool2dnx) {
add_dnx_property($dnx_property, "$dnx_property <- Exiftool '$exiftool_property'");
}
# include dnx property to classification group (Image(MIX))
# include dnx property to classification group
printf colored("Step 4 of 7: join dnx property to classification group \n", 'bold green');
foreach my $exiftool_property (sort keys %exiftool2dnx) {
my $dnx_property = $exiftool2dnx{ $exiftool_property };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment