aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/src/dbg_wx_settings.erl
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2011-11-10 11:46:38 +0100
committerHenrik Nord <[email protected]>2011-11-10 11:46:40 +0100
commit49d53261a5372a1d8c0b9954fae4e2c0d6100fd4 (patch)
tree366f658aeb5409007df1bd725b19c2ba178a7ea6 /lib/debugger/src/dbg_wx_settings.erl
parent9f9e948af31f6f313702bf83c31ec636ca7ca4fc (diff)
parent84d0304579064239282d2bb57a7c2b5ce5dc9868 (diff)
downloadotp-49d53261a5372a1d8c0b9954fae4e2c0d6100fd4.tar.gz
otp-49d53261a5372a1d8c0b9954fae4e2c0d6100fd4.tar.bz2
otp-49d53261a5372a1d8c0b9954fae4e2c0d6100fd4.zip
Merge branch 'rj/fix-debugger-msgs'
* rj/fix-debugger-msgs: Fix "OK" spelling in debugger messages and variables Fix debugger message with wx OTP-9699
Diffstat (limited to 'lib/debugger/src/dbg_wx_settings.erl')
-rw-r--r--lib/debugger/src/dbg_wx_settings.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/debugger/src/dbg_wx_settings.erl b/lib/debugger/src/dbg_wx_settings.erl
index 8f87815949..bc88bdf7da 100644
--- a/lib/debugger/src/dbg_wx_settings.erl
+++ b/lib/debugger/src/dbg_wx_settings.erl
@@ -83,9 +83,9 @@ default_settings_dir(Win) ->
false ->
{ok, CWD} = file:get_cwd(),
- Msg = ["Default directory", DefDir, "does not exist.",
- "Click Ok to create it or",
- "Cancel to use other directory!"],
+ Msg = ["Default directory ", DefDir, " does not exist. ",
+ "Click OK to create it or ",
+ "Cancel to use other directory."],
case dbg_wx_win:confirm(Win, Msg) of
ok ->
ToolsDir = filename:dirname(DefDir),