Fix a typo.

2007-11-28  Andre Klapper  <a9016009@gmx.de>

	* gdesktopappinfo.c: Fix a typo.


svn path=/trunk/; revision=5962
This commit is contained in:
Andre Klapper 2007-11-27 23:59:38 +00:00 committed by Andre Klapper
parent 32adcf540b
commit 98c89274e1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-11-28 Andre Klapper <a9016009@gmx.de>
* gdesktopappinfo.c: Fix a typo.
2007-11-27 Andre Klapper <a9016009@gmx.de>
* glocalfileoutputstream.c: Fix a typo.

View File

@ -1020,7 +1020,7 @@ ensure_dir (DirType type,
else
{
g_set_error (error, G_IO_ERROR, g_io_error_from_errno (err),
_("Can't create user mime configuration folder %s: %s"),
_("Can't create user MIME configuration folder %s: %s"),
display_name, g_strerror (err));
}