summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-19 16:21:33 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-19 16:21:33 +0200
commit1f8a013b182660c6f12c75f740cd5beac70f0949 (patch)
tree9998dab39b62c36d4f5fbc7d0b1e270ac58082c6 /src
parentMerge commit 'refs/merge-requests/2246' of git://gitorious.org/rekonq/mainlin... (diff)
downloadrekonq-1f8a013b182660c6f12c75f740cd5beac70f0949.tar.xz
Fix urlbar string as suggested by Johannes Zellner
Diffstat (limited to 'src')
-rw-r--r--src/urlbar/lineedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/lineedit.cpp b/src/urlbar/lineedit.cpp
index 09c158fa..6236512f 100644
--- a/src/urlbar/lineedit.cpp
+++ b/src/urlbar/lineedit.cpp
@@ -129,7 +129,7 @@ void LineEdit::paintEvent(QPaintEvent *event)
painter.setPen(Qt::gray);
painter.drawText( textRect,
Qt::AlignCenter,
- i18n("Search Bookmarks, History, Google.. just start typing here!")
+ i18n("Search Bookmarks, History, Web.. just start typing here!")
);
}
}