diff options
Diffstat (limited to 'kppp/ppplog.cpp')
-rw-r--r-- | kppp/ppplog.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kppp/ppplog.cpp b/kppp/ppplog.cpp index 76b0903b..fae9b048 100644 --- a/kppp/ppplog.cpp +++ b/kppp/ppplog.cpp @@ -188,7 +188,10 @@ void PPPL_AnalyseLog(QStringList &list, QStringList &result) { } if (result.isEmpty()) + { result.append(i18n("Unable to provide help.")); + result.append("Please refer to /usr/share/doc/kppp/README.Debian for more information."); + } } |