cleanup
This commit is contained in:
parent
1146340184
commit
61f0908a36
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue