cleanup
This commit is contained in:
parent
1146340184
commit
61f0908a36
|
@ -200,7 +200,7 @@
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/libsnore/snore.cpp" line="266"/>
|
<location filename="../src/libsnore/snore.cpp" line="266"/>
|
||||||
<source>Awesome Action!</source>
|
<source>Awesome Action!</source>
|
||||||
<translation>Grossartige Aktion!</translation>
|
<translation>Super Aktion!</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
|
|
|
@ -257,8 +257,7 @@ void SnoreCore::displayExapleNotification()
|
||||||
{
|
{
|
||||||
Application app = SnoreCorePrivate::instance()->defaultApplication();
|
Application app = SnoreCorePrivate::instance()->defaultApplication();
|
||||||
QString text = QLatin1String("<i>") + tr("This is ") + app.name() + QLatin1String("</i><br>"
|
QString text = QLatin1String("<i>") + tr("This is ") + app.name() + QLatin1String("</i><br>"
|
||||||
"<b>") +
|
"<b>") + tr("Everything is awesome!") + QLatin1String("</b><br>");
|
||||||
tr("Everything is awesome!") + QLatin1String("</b><br>");
|
|
||||||
if (!app.constHints().value("use-markup").toBool()) {
|
if (!app.constHints().value("use-markup").toBool()) {
|
||||||
text = Utils::normalizeMarkup(text, Utils::NO_MARKUP);
|
text = Utils::normalizeMarkup(text, Utils::NO_MARKUP);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue