Bug 329097 - word puzzle in traffic warning text
Summary: word puzzle in traffic warning text
Status: RESOLVED UNMAINTAINED
Alias: None
Product: knemo
Classification: Applications
Component: general (show other bugs)
Version: 0.7.6
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: John Stamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-21 21:35 UTC by Alexander Potashev
Modified: 2018-11-17 16:00 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Potashev 2013-12-21 21:35:49 UTC
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
Comment 1 Alexander Potashev 2013-12-21 21:39:05 UTC
Also, the word "traffic" is not translatable.
Comment 2 John Stamp 2014-04-28 21:14:42 UTC
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
Comment 3 Andrew Crouthamel 2018-10-29 22:08:05 UTC
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.
Comment 4 Alexander Potashev 2018-11-03 19:38:03 UTC
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/
Comment 5 Alexander Potashev 2018-11-16 11:50:48 UTC
ping?
Comment 6 Alexander Potashev 2018-11-17 15:59:45 UTC
Not it's really unmaintained: https://bugs.kde.org/show_bug.cgi?id=329095#c5
Comment 7 Alexander Potashev 2018-11-17 16:00:08 UTC
(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