commit | 82cf9b6851bcd4d28f65df8d95c2bcabc780b810 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 07 21:09:25 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 07 21:09:25 2005 +0000 |
tree | 0f5cb1fa0fb34ab46fa0d51c92087dee7ecaafc8 | |
parent | c4a06d34471d21532a3e0535e547b3d797992350 [diff] [blame] |
updated for version 7.0082
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index 5ff0d40..3c591d0 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c
@@ -1303,7 +1303,7 @@ 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)