diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-10-22 13:25:00 +0200 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-10-22 13:25:00 +0200 |
commit | 180e8fba40f2384bd98e358189f12e258ab5cb76 (patch) | |
tree | 79fb5911e07a59af7ce7623abef31e0423004075 | |
parent | This commit fixes icons handling for "rekonq pages" (eg: about urls). (diff) | |
download | rekonq-180e8fba40f2384bd98e358189f12e258ab5cb76.tar.xz |
fix typo in the default bookmarks
thanks to Alexander Potashev for the hint
BUG:254911
-rw-r--r-- | src/data/defaultbookmarks.xbel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/defaultbookmarks.xbel b/src/data/defaultbookmarks.xbel index 4419f223..66e7af94 100644 --- a/src/data/defaultbookmarks.xbel +++ b/src/data/defaultbookmarks.xbel @@ -2,7 +2,7 @@ <!DOCTYPE xbel> <xbel version="1.0"> <bookmark href="http://qt.nokia.com/"> - <title>Qt sit</title> + <title>Qt site</title> </bookmark> <bookmark href="http://webkit.org/"> <title>WebKit.org</title> |