diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-07 21:09:25 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-07 21:09:25 +0000 |
commit | 82cf9b6851bcd4d28f65df8d95c2bcabc780b810 (patch) | |
tree | 0f5cb1fa0fb34ab46fa0d51c92087dee7ecaafc8 /src/ex_cmds2.c | |
parent | c4a06d34471d21532a3e0535e547b3d797992350 (diff) | |
download | vim-git-82cf9b6851bcd4d28f65df8d95c2bcabc780b810.tar.gz |
updated for version 7.0082
Diffstat (limited to 'src/ex_cmds2.c')
-rw-r--r-- | src/ex_cmds2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index 5ff0d402f..3c591d026 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c @@ -1303,7 +1303,7 @@ dialog_changed(buf, checkall) int ret; buf_T *buf2; - dialog_msg(buff, _("Save changes to \"%.*s\"?"), + dialog_msg(buff, _("Save changes to \"%s\"?"), (buf->b_fname != NULL) ? buf->b_fname : (char_u *)_("Untitled")); if (checkall) |