From 2f5404ce9cd56d871b0d249b22fc7fd86c31b706 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Sun, 29 Jan 2017 10:08:53 +0200 Subject: [PATCH] update app description in about dialog --- app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.cpp b/app/main.cpp index dd6a7b350..776d838dd 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -83,7 +83,7 @@ inline void configureAboutData() KAboutData about(QStringLiteral("lattedock") , QStringLiteral("Latte Dock") , QStringLiteral(LATTE_VERSION) - , i18n("Dock panel") + , i18n("Latte is a dock based on plasma frameworks that provides an elegant and intuitive experience for your tasks and plasmoids. It animates its contents by using parabolic zoom effect and trys to be there only when it is needed.\n\n\"Art in Coffee\"") , KAboutLicense::GPL_V2 , QStringLiteral("\251 2016-2017 Michail Vourlakos, Smith AR"));