String fixes

svn path=/trunk/; revision=6370
This commit is contained in:
Matthias Clasen
2008-01-25 06:10:29 +00:00
parent c3d7de6859
commit af7645a498
5 changed files with 23 additions and 8 deletions

View File

@@ -1626,7 +1626,7 @@ g_local_file_trash (GFile *file,
g_set_error (error, G_IO_ERROR,
g_io_error_from_errno (errno),
_("Unable to create trashed file: %s"),
_("Unable to create trashing info file: %s"),
g_strerror (errno));
return FALSE;
}