diff options
Diffstat (limited to 'modules/textadept/menu.lua')
-rw-r--r-- | modules/textadept/menu.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index 7c481f4b..6cc6d447 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -215,7 +215,8 @@ M.menubar = { SEPARATOR, {_L['_About'], {gui.dialog, 'ok-msgbox', '--title', 'Textadept', '--text', _RELEASE, - '--button1', _L['_OK'], '--no-cancel'}}, + '--informative-text', 'Copyright © 2007-2013 Mitchell. See LICENSE\n'.. + 'http://foicica.com/textadept', '--button1', _L['_OK'], '--no-cancel'}}, }, } |