From 063facf03af6116799b0af5dfd324abfb7344481 Mon Sep 17 00:00:00 2001
From: Andrea Diamantini <adjam7@gmail.com>
Date: Wed, 3 Jun 2009 02:21:26 +0200
Subject: string fix: adopting the same description in rekonq, ml, irc, and so
 on..

---
 src/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.cpp b/src/main.cpp
index 53251e84..28ad9e8b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -28,7 +28,7 @@
 
 
 static const char description[] =
-    I18N_NOOP("WebKit-based Web Browser for KDE");
+    I18N_NOOP("WebKit based Web Browser for KDE");
 
 
 static const char version[] = "0.1.2";
-- 
cgit v1.2.1