From 84d0304579064239282d2bb57a7c2b5ce5dc9868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Catalinas=20Jim=C3=A9nez?= Date: Sun, 25 Sep 2011 01:21:39 +0200 Subject: 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. --- lib/debugger/src/dbg_wx_settings.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/debugger/src/dbg_wx_settings.erl') 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 -> -- cgit v1.2.3