aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/src/dbg_ui_settings.erl
diff options
context:
space:
mode:
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 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),