]> spindle.queued.net Git - midori/commitdiff
Blank tabs should be titled "Blank page".
authorChristian Dywan <christian@twotoasts.de>
Thu, 23 Oct 2008 22:25:17 +0000 (00:25 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 23 Oct 2008 22:25:17 +0000 (00:25 +0200)
midori/midori-view.c

index 8ef42b8850c31429ee8ceb3576ccdc71c5d60f6c..2e6568c4b6c59f69c7b044f36cc2379cca1e6a73 100644 (file)
@@ -1412,7 +1412,7 @@ midori_view_get_display_title (MidoriView* view)
     g_return_val_if_fail (MIDORI_IS_VIEW (view), "about:blank");
 
     if (midori_view_is_blank (view))
-        return "about:blank";
+        return _("Blank page");
 
     if (view->title && *view->title)
         return view->title;