diff options
author | Ricardo Catalinas Jiménez <[email protected]> | 2011-09-25 01:21:39 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-11-09 14:49:14 +0100 |
commit | 84d0304579064239282d2bb57a7c2b5ce5dc9868 (patch) | |
tree | 00e32896bd0f614d3c74057f37766a85b5b2ca25 /lib/debugger/src/dbg_wx_settings.erl | |
parent | d90ccb6a63f7ae63e1d4c89d686694a06e56c025 (diff) | |
download | otp-84d0304579064239282d2bb57a7c2b5ce5dc9868.tar.gz otp-84d0304579064239282d2bb57a7c2b5ce5dc9868.tar.bz2 otp-84d0304579064239282d2bb57a7c2b5ce5dc9868.zip |
Fix "OK" spelling in debugger messages and variables
Simple code refactor in the debugger: renames all the occurrences of
"Ok" to "OK" in the code, variable names and strings. This improves the
consistency of the code and follows the GTK UI where "OK" is always
used.
Diffstat (limited to 'lib/debugger/src/dbg_wx_settings.erl')
-rw-r--r-- | lib/debugger/src/dbg_wx_settings.erl | 2 |
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 -> |