summaryrefslogtreecommitdiffstatshomepage
path: root/plugins
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2018-01-15 10:27:48 -0600
committer GitHub <noreply@github.com>2018-01-15 10:27:48 -0600
commit3d770d928e569f5f6aea73c8fcd96b31b329ae1b (patch)
treec8a8fbc555e483e1a2496fad64bb7f013dd9cfc8 /plugins
parent6739007ef6892ebecf7236390edbb50f0cf6e6c9 (diff)
oops (nw)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/portname/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/portname/init.lua b/plugins/portname/init.lua
index c622b722532..112c10aef47 100644
--- a/plugins/portname/init.lua
+++ b/plugins/portname/init.lua
@@ -140,7 +140,7 @@ function portname.startplugin()
file:write("msgid \"" .. def .."\"\nmsgstr \"" .. custom .. "\"\n\n")
end
file:close()
- manager:machine():popmessage(string.format(_("Input port name file saved to %s")), ctrlrpath .. "/portname/" .. filename)
+ manager:machine():popmessage(string.format(_("Input port name file saved to %s"), ctrlrpath .. "/portname/" .. filename))
end
return false
end