mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
String improvements: Add missing whitespace
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13061 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
97c38aeb89
commit
ed99c666fe
@ -244,7 +244,7 @@ show_session_error (QofBackendError io_error,
|
||||
case GNC_FILE_DIALOG_OPEN:
|
||||
default:
|
||||
label = GTK_STOCK_OPEN;
|
||||
fmt = _("GnuCash could not obtain the lock for %s."
|
||||
fmt = _("GnuCash could not obtain the lock for %s. "
|
||||
"That database may be in use by another user, "
|
||||
"in which case you should not open the database. "
|
||||
"Do you want to proceed with opening the database?");
|
||||
@ -252,7 +252,7 @@ show_session_error (QofBackendError io_error,
|
||||
|
||||
case GNC_FILE_DIALOG_IMPORT:
|
||||
label = _("Import");
|
||||
fmt = _("GnuCash could not obtain the lock for %s."
|
||||
fmt = _("GnuCash could not obtain the lock for %s. "
|
||||
"That database may be in use by another user, "
|
||||
"in which case you should not import the database. "
|
||||
"Do you want to proceed with importing the database?");
|
||||
@ -260,7 +260,7 @@ show_session_error (QofBackendError io_error,
|
||||
|
||||
case GNC_FILE_DIALOG_SAVE:
|
||||
label = GTK_STOCK_SAVE;
|
||||
fmt = _("GnuCash could not obtain the lock for %s."
|
||||
fmt = _("GnuCash could not obtain the lock for %s. "
|
||||
"That database may be in use by another user, "
|
||||
"in which case you should not save the database. "
|
||||
"Do you want to proceed with saving the database?");
|
||||
@ -268,7 +268,7 @@ show_session_error (QofBackendError io_error,
|
||||
|
||||
case GNC_FILE_DIALOG_EXPORT:
|
||||
label = _("Export");
|
||||
fmt = _("GnuCash could not obtain the lock for %s."
|
||||
fmt = _("GnuCash could not obtain the lock for %s. "
|
||||
"That database may be in use by another user, "
|
||||
"in which case you should not export the database. "
|
||||
"Do you want to proceed with exporting the database?");
|
||||
|
Loading…
Reference in New Issue
Block a user