aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/menu.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/menu.lua')
-rw-r--r--modules/textadept/menu.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua
index 904cce9f..7c481f4b 100644
--- a/modules/textadept/menu.lua
+++ b/modules/textadept/menu.lua
@@ -214,8 +214,8 @@ M.menubar = {
{_L['Show _LuaDoc'], {utils.open_webpage, _HOME..'/doc/api/index.html'}},
SEPARATOR,
{_L['_About'],
- {gui.dialog, 'ok-msgbox', '--title', 'Textadept', '--informative-text',
- _RELEASE, '--button1', _L['_OK'], '--no-cancel'}},
+ {gui.dialog, 'ok-msgbox', '--title', 'Textadept', '--text', _RELEASE,
+ '--button1', _L['_OK'], '--no-cancel'}},
},
}