SVN: toys/kernelupdatenotifier/kernelupdatenotifier.cpp
shadzik
shadzik at pld-linux.org
Sat Nov 13 22:31:29 CET 2010
Author: shadzik
Date: Sat Nov 13 22:31:28 2010
New Revision: 11908
Modified:
toys/kernelupdatenotifier/kernelupdatenotifier.cpp
Log:
- text formating reverted
Modified: toys/kernelupdatenotifier/kernelupdatenotifier.cpp
==============================================================================
--- toys/kernelupdatenotifier/kernelupdatenotifier.cpp (original)
+++ toys/kernelupdatenotifier/kernelupdatenotifier.cpp Sat Nov 13 22:31:28 2010
@@ -50,9 +50,9 @@
KNotification *notify = new KNotification("KernelWasUpgraded", 0, KNotification::Persistent);
QString text;
- text = i18n("The Kernel was upgraded to version\n");
- text += version + "\n";
- text += i18n("Please reboot the machine.\n");
+ text = i18n("The Kernel was upgraded to version:") + "<br/>";
+ text += "<b>" + version + "<b><br/>";
+ text += i18n("Please reboot the machine.");
notify->setText(text);
QStringList actions;
More information about the pld-cvs-commit
mailing list