aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/src/dbg_ui_settings.erl
diff options
context:
space:
mode:
authorRicardo Catalinas JimĂ©nez <[email protected]>2011-09-25 01:21:39 +0200
committerHenrik Nord <[email protected]>2011-11-09 14:49:14 +0100
commit84d0304579064239282d2bb57a7c2b5ce5dc9868 (patch)
tree00e32896bd0f614d3c74057f37766a85b5b2ca25 /lib/debugger/src/dbg_ui_settings.erl
parentd90ccb6a63f7ae63e1d4c89d686694a06e56c025 (diff)
downloadotp-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_ui_settings.erl')
-rw-r--r--lib/debugger/src/dbg_ui_settings.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugger/src/dbg_ui_settings.erl b/lib/debugger/src/dbg_ui_settings.erl
index c21c6bb66b..38b2ec424f 100644
--- a/lib/debugger/src/dbg_ui_settings.erl
+++ b/lib/debugger/src/dbg_ui_settings.erl
@@ -136,7 +136,7 @@ default_settings_dir(GS) ->
{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 tool_utils:confirm(GS, Msg) of
ok ->