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 @@
- 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);
}