diff options
author | 2010-03-23 06:42:09 -0400 | |
---|---|---|
committer | 2010-03-23 06:42:09 -0400 | |
commit | 025d0b188daae6f5d8210883407a70fbb8e8a085 (patch) | |
tree | 0515e0df6a128da45f9ca751ebcf18619f2e5fe5 /core/locale.conf | |
parent | b2d5d12254f9b1212aaf2174befe8ab54486841d (diff) | |
download | textadept-025d0b188daae6f5d8210883407a70fbb8e8a085.tar.gz textadept-025d0b188daae6f5d8210883407a70fbb8e8a085.zip |
Open help browser-agnostically for all platforms.
Diffstat (limited to 'core/locale.conf')
-rw-r--r-- | core/locale.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/locale.conf b/core/locale.conf index 2a5720da..ffd03818 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -620,8 +620,8 @@ MENU_HELP_MANUAL "_Manual" MENU_HELP_LUADOC "_LuaDoc" % core/ext/menu.lua -% "Error loading webpage.\nCheck the browser path in core/ext/menu.lua" -MENU_BROWSER_ERROR "Error loading webpage.\nCheck the browser path in core/ext/menu.lua" +% "Error loading webpage: " +MENU_BROWSER_ERROR "Error loading webpage: " % core/ext/menu.lua % "Load Session" |