]> spindle.queued.net Git - midori/commitdiff
Clarify 'Trash couldn't be saved' in an i18n comment
authorChristian Dywan <christian@twotoasts.de>
Tue, 13 Jan 2009 00:05:15 +0000 (01:05 +0100)
committerChristian Dywan <christian@twotoasts.de>
Tue, 13 Jan 2009 00:05:15 +0000 (01:05 +0100)
midori/main.c

index 31a3e06c3bf8d5974f165c92d0db796f86252eb6..260e3b911221534e529bc5d8aed32edffe4fe584 100644 (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);
     }