Merge branch 'patch-1' of https://github.com/larryhynes/qutebrowser into larryhynes-patch-1

This commit is contained in:
Florian Bruhin 2015-11-23 11:23:10 +01:00
commit f4cccdf13f

View File

@ -530,7 +530,7 @@ class WebView(QWebView):
"match for: {}".format(text),
immediately=True)
else:
message.error(self.win_id, "Text '{}' not found on "
message.warning(self.win_id, "Text '{}' not found on "
"page!".format(text), immediately=True)
else:
def check_scroll_pos():