From d90ccb6a63f7ae63e1d4c89d686694a06e56c025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Catalinas=20Jim=C3=A9nez?= Date: Sat, 24 Sep 2011 19:11:16 +0200 Subject: Fix debugger message with wx Add missing spaces when using wx UI. The gs UI didn't need them. Change the exclamation of the message by a dot, more formal style for a UI message. --- lib/debugger/src/dbg_ui_settings.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/debugger/src/dbg_ui_settings.erl') diff --git a/lib/debugger/src/dbg_ui_settings.erl b/lib/debugger/src/dbg_ui_settings.erl index 146aa7e239..c21c6bb66b 100644 --- a/lib/debugger/src/dbg_ui_settings.erl +++ b/lib/debugger/src/dbg_ui_settings.erl @@ -137,7 +137,7 @@ default_settings_dir(GS) -> Msg = ["Default directory", DefDir, "does not exist.", "Click Ok to create it or", - "Cancel to use other directory!"], + "Cancel to use other directory."], case tool_utils:confirm(GS, Msg) of ok -> ToolsDir = filename:dirname(DefDir), -- cgit v1.2.3