| Summary: | word puzzle in traffic warning text | ||
|---|---|---|---|
| Product: | [Unmaintained] knemo | Reporter: | Alexander Potashev <aspotashev> |
| Component: | general | Assignee: | John Stamp <jstamp> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | normal | CC: | andrew.crouthamel, lueck |
| Priority: | NOR | ||
| Version First Reported In: | 0.7.6 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Also, the word "traffic" is not translatable. SVN commit 1385646 by jstamp: Fix word puzzle in traffic warning text M +21 -17 configdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1385646 Hello! Sorry to be the bearer of bad news, but this project has been unmaintained for many years so I will be closing this bug. Hi, I found no evidence that knemo was unmaintained, checked these pages, seems kind of alive: - https://www.kde.org/applications/internet/knemo/ - https://cgit.kde.org/knemo.git/ ping? Not it's really unmaintained: https://bugs.kde.org/show_bug.cgi?id=329095#c5 (In reply to Alexander Potashev from comment #6) > Not it's really unmaintained: https://bugs.kde.org/show_bug.cgi?id=329095#c5 *Now it's really unmaintained: https://bugs.kde.org/show_bug.cgi?id=329095#c5 |
In configdialog.cpp:175, the warning message is build as a static string "%1 %2 traffic > %3", without a possibility to change the order of placeholders or change the formatting in some localizations. Code: QString text = QString( "%1 %2 traffic > %3" ).arg( warnType ).arg( warnDirection ) .arg( KIO::convertSize( siz ) ); Reproducible: Always