Skip to content

Commit 0e535b8

Browse files
committed
Incorporated TurboGit's suggestions
1 parent ecff920 commit 0e535b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/photils.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ end
393393
local function install_module()
394394
if not PHOTILS.module_installed then
395395
dt.register_lib(MODULE_NAME,
396-
_("photils autotagger"),
396+
_("photils auto-tagger"),
397397
true,
398398
true,
399399
PHOTILS.plugin_display_views,

contrib/video_ffmpeg.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ local function finalize_export(storage, images_table, extra_data)
448448
dt.print_error(filename, file.filename)
449449
df.file_move(filename, tmp_dir .. PS .. i .. extra_data["img_ext"])
450450
end
451-
dt.print(_("Start video building..."))
451+
dt.print(_("start video building..."))
452452
local result, path = export(extra_data)
453453
if result ~= 0 then
454454
dt.print(_("ERROR: cannot build image, see console for more info"))

0 commit comments

Comments
 (0)