diff options
Diffstat (limited to 'src/debugger.c')
-rw-r--r-- | src/debugger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debugger.c b/src/debugger.c index 52a04907e..1b0199875 100644 --- a/src/debugger.c +++ b/src/debugger.c @@ -562,7 +562,7 @@ dbg_parsearg( { if (curbuf->b_ffname == NULL) { - emsg(_(e_noname)); + emsg(_(e_no_file_name)); return FAIL; } bp->dbg_type = DBG_FILE; |