Skip to content

Commit eb743e4

Browse files
author
Tino Mettler
committed
Make some further strings transtlatable
1 parent 7a8f3af commit eb743e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/website_gallery_export.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ end
223223
local script_data = {}
224224

225225
script_data.metadata = {
226-
name = "website gallery (new)",
227-
purpose = "create a web gallery from exported images",
226+
name = _("website gallery (new)"),
227+
purpose = _("create a web gallery from exported images"),
228228
author = "Tino Mettler <tino+darktable@tikei.de>",
229229
help = "https://docs.darktable.org/lua/stable/lua.scripts.manual/scripts/contrib/TODO"
230230
}

0 commit comments

Comments
 (0)