Put a space between "because" and the next word.

svn path=/trunk/; revision=49706
This commit is contained in:
Guy Harris 2013-06-03 02:08:13 +00:00
parent 45ed7d6aa3
commit a28cbb7c8a
1 changed files with 2 additions and 2 deletions

View File

@ -1659,9 +1659,9 @@ file_open_error_message(int err, gboolean for_writing)
#endif
#endif /* GLIB_SIZEOF_VOID_P == 4 */
if (for_writing)
errmsg = "The file \"%s\" could not be created because" ENOMEM_REASON ".";
errmsg = "The file \"%s\" could not be created because " ENOMEM_REASON ".";
else
errmsg = "The file \"%s\" could not be opened because" ENOMEM_REASON ".";
errmsg = "The file \"%s\" could not be opened because " ENOMEM_REASON ".";
break;
default: