[Gnucash-changes] r13061 - gnucash/trunk/src/gnome-utils - String
improvements: Add missing whitespace
Christian Stimming
cstim at cvs.gnucash.org
Tue Jan 31 15:45:50 EST 2006
Author: cstim
Date: 2006-01-31 15:45:49 -0500 (Tue, 31 Jan 2006)
New Revision: 13061
Trac: http://svn.gnucash.org/trac/changeset/13061
Modified:
gnucash/trunk/src/gnome-utils/gnc-file.c
Log:
String improvements: Add missing whitespace
Modified: gnucash/trunk/src/gnome-utils/gnc-file.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-file.c 2006-01-31 20:27:02 UTC (rev 13060)
+++ gnucash/trunk/src/gnome-utils/gnc-file.c 2006-01-31 20:45:49 UTC (rev 13061)
@@ -244,7 +244,7 @@
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 @@
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 @@
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 @@
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?");
More information about the gnucash-changes
mailing list