aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/src/dbg_wx_settings.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debugger/src/dbg_wx_settings.erl')
-rw-r--r--lib/debugger/src/dbg_wx_settings.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugger/src/dbg_wx_settings.erl b/lib/debugger/src/dbg_wx_settings.erl
index f3c2eb76b3..bc88bdf7da 100644
--- a/lib/debugger/src/dbg_wx_settings.erl
+++ b/lib/debugger/src/dbg_wx_settings.erl
@@ -84,7 +84,7 @@ default_settings_dir(Win) ->
{ok, CWD} = file:get_cwd(),
Msg = ["Default directory ", DefDir, " does not exist. ",
- "Click Ok to create it or ",
+ "Click OK to create it or ",
"Cancel to use other directory."],
case dbg_wx_win:confirm(Win, Msg) of
ok ->