From 61f0908a36b1fb4a00d9f655e4067a21aad490e7 Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Wed, 15 Jul 2015 15:07:32 +0200 Subject: [PATCH] cleanup --- lang/de.ts | 2 +- src/libsnore/snore.cpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lang/de.ts b/lang/de.ts index c9ebe05..5fc969d 100644 --- a/lang/de.ts +++ b/lang/de.ts @@ -200,7 +200,7 @@ Awesome Action! - Grossartige Aktion! + Super Aktion! diff --git a/src/libsnore/snore.cpp b/src/libsnore/snore.cpp index 4f7f18b..4fbd714 100644 --- a/src/libsnore/snore.cpp +++ b/src/libsnore/snore.cpp @@ -257,8 +257,7 @@ void SnoreCore::displayExapleNotification() { Application app = SnoreCorePrivate::instance()->defaultApplication(); QString text = QLatin1String("") + tr("This is ") + app.name() + QLatin1String("
" - "") + - tr("Everything is awesome!") + QLatin1String("
"); + "") + tr("Everything is awesome!") + QLatin1String("
"); if (!app.constHints().value("use-markup").toBool()) { text = Utils::normalizeMarkup(text, Utils::NO_MARKUP); }