Clarify 'Trash couldn't be saved' in an i18n comment
This commit is contained in:
parent
7601ff8865
commit
be224ba5f1
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue