Change button labels.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7244 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2002-09-26 14:52:36 +00:00
parent 0aa1c8d6bb
commit 1289a79aa9

View File

@ -390,8 +390,8 @@ gnc_post_file_open (const char * filename)
/* if file appears to be locked, ask the user ... */
if (ERR_BACKEND_LOCKED == io_err)
{
const char *buttons[] = { N_("Quit Gnucash"), N_("Open Anyway"),
N_("Don't Open"), NULL };
const char *buttons[] = { N_("Quit"), N_("Open Anyway"),
N_("Create New File"), NULL };
char *fmt = _("GnuCash could not obtain the lock for\n"
" %s.\n"
"That database may be in use by another user,\n"