Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'webtoolbar.py')
-rw-r--r--webtoolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webtoolbar.py b/webtoolbar.py
index e7c66c9..6241eb1 100644
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -358,7 +358,7 @@ class PrimaryToolbar(ToolbarBase):
self.entry._set_title(_('Loading...'))
elif status == WebKit.LoadStatus.FINISHED:
if widget.props.title == None:
- self.entry._set_title(_('Loading...'))
+ self.entry._set_title(_('Untitled'))
self._set_status(widget.get_load_status())
def __progress_changed_cb(self, widget, param):