File kiso-0.8.3-message.patch of Package kiso
Description: Expand first run message.
Author: Kyrill Detinov <lazy.kent.syse@gmail.com>
Index: src/main.cpp
===================================================================
--- src/main.cpp.orig 2010-09-02 19:02:19.000000000 +0400
+++ src/main.cpp 2010-09-02 19:24:11.000000000 +0400
@@ -182,6 +182,6 @@ if (testmount->exitStatus()!=1){
kiso->show();
return Kiso.exec();
}
- KMessageBox::error(0, i18n("You have to start KIso as root first."),
+ KMessageBox::error(0, i18n("You have to start KIso as root first.\nRun 'kdesu kiso'."),
i18n("Setup"));
}
Index: po/ru.po
===================================================================
--- po/ru.po.orig 2005-12-03 20:41:57.000000000 +0300
+++ po/ru.po 2010-09-02 19:32:35.000000000 +0400
@@ -45,8 +45,8 @@ msgid "Make an ISO image of a directory"
msgstr "Создать из каталога образ ISO"
#: main.cpp:185
-msgid "You have to start KIso as root first."
-msgstr "Сначала вы должны запустить KIso под root'ом."
+msgid "You have to start KIso as root first.\nRun 'kdesu kiso'."
+msgstr "Сначала вы должны запустить KIso под root'ом.\nВыполните 'kdesu kiso'."
#: main.cpp:186
msgid "Setup"