Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > b67ee223e1a82a722824e390eee014fe > files > 8

douml-1.0.8-7.mga9.src.rpm

Index: douml-1.0.8/src/dialog/HelpDialog.cpp
===================================================================
--- a/src/dialog/HelpDialog.cpp	2016-01-26 03:10:43.000000000 +0100
+++ b/src/dialog/HelpDialog.cpp	2018-06-01 07:14:09.276546359 +0200
@@ -213,11 +213,7 @@
 
         the->br->setText(QString((old) ? QObject::tr("The documentation is too old.<br><br>")
                                        : QObject::tr("The documentation isn't installed.<br><br>")) +
-                         QObject::tr("The \".tar.gz\" or \".7z\" archives are available here:"
-                                     "<ul><li>http://bouml.sourceforge.net/documentation.html</li>"
-                                     "<li>http://sourceforge.net/projects/douml/documentation.html</li></ul>"
-                                     "<br>Extract an archive and set the environment through the Miscellaneous"
-                                     "menu to indicate where the directory \"doc\" is then close this dialog and redo"));
+                         QObject::tr("Please install RPM package: bouml-doc."));
         the->setMinimumSize(QSize(600, 300));
     }