Skip to content

Commit 870ba65

Browse files
committed
Missed an edit in the _() function
1 parent 80ace33 commit 870ba65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/clear_GPS.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dt.configuration.check_version(...,{3,0,0})
4949
gettext.bindtextdomain("clear_GPS",dt.configuration.config_dir.."/lua/")
5050

5151
local function _(msgid)
52-
return gettext.dgettext("gimp_shortcut", msgid)
52+
return gettext.dgettext("clear_GPS", msgid)
5353
end
5454

5555
local function clear_GPS(images)

0 commit comments

Comments
 (0)