mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
0aa1c8d6bb
commit
1289a79aa9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user