Piotr Drąg
2016-09-30 05:47:15 +02:00
parent da509fd67d
commit 10c490cdfe
67 changed files with 387 additions and 387 deletions

View File

@@ -357,7 +357,7 @@ unix_open_file (const char *filename,
display_name = g_filename_display_name (filename);
g_set_error (error, G_IO_ERROR, g_io_error_from_errno (saved_errno),
_("Error opening file '%s': %s"), display_name,
_("Error opening file %s: %s"), display_name,
g_strerror (saved_errno));
g_free (display_name);
/* fall through... */