Clarify 'Trash couldn't be saved' in an i18n comment

This commit is contained in:
Christian Dywan 2009-01-13 01:05:15 +01:00
parent 7601ff8865
commit be224ba5f1

View file

@ -1117,6 +1117,7 @@ midori_trash_add_item_cb (KatzeArray* trash,
error = NULL;
if (!katze_array_to_file (trash, config_file, &error))
{
/* i18n: Trash, or wastebin, containing closed tabs */
g_warning (_("The trash couldn't be saved. %s"), error->message);
g_error_free (error);
}