diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-12-03 10:21:57 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-12-03 10:21:57 +0000 |
commit | f4f664c50e8756a0e18e368c2716226034484b3f (patch) | |
tree | 5a29eb59c9ff1920efa93b9a96b3f966c11eca70 /src/buffer.c | |
parent | 3d0089f5f46b00a87e5438e24c3ec709aa190f36 (diff) | |
download | vim-git-f4f664c50e8756a0e18e368c2716226034484b3f.tar.gz |
updated for version 7.2-062v7.2.062
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 741de4887..e08cdbe6e 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5118,7 +5118,7 @@ buf_spname(buf) { if (buf->b_sfname != NULL) return (char *)buf->b_sfname; - return "[Scratch]"; + return _("[Scratch]"); } #endif if (buf->b_fname == NULL) |