This commit is contained in:
Patrick von Reth 2015-07-15 15:07:32 +02:00
parent 1146340184
commit 61f0908a36
2 changed files with 2 additions and 3 deletions

View File

@ -200,7 +200,7 @@
<message>
<location filename="../src/libsnore/snore.cpp" line="266"/>
<source>Awesome Action!</source>
<translation>Grossartige Aktion!</translation>
<translation>Super Aktion!</translation>
</message>
</context>
<context>

View File

@ -257,8 +257,7 @@ void SnoreCore::displayExapleNotification()
{
Application app = SnoreCorePrivate::instance()->defaultApplication();
QString text = QLatin1String("<i>") + tr("This is ") + app.name() + QLatin1String("</i><br>"
"<b>") +
tr("Everything is awesome!") + QLatin1String("</b><br>");
"<b>") + tr("Everything is awesome!") + QLatin1String("</b><br>");
if (!app.constHints().value("use-markup").toBool()) {
text = Utils::normalizeMarkup(text, Utils::NO_MARKUP);
}