Created attachment 86877 [details] fix some typos ("simlpy" and others) in warning message daemon/powerdevilcore.cpp:362-364: kWarning() << "The profile " << profileId << "tried to activate" << actionName << "a non existent action. This is usually due to an installation problem" " or to a configuration problem. or simlpy the action is not supported"; I suggest instead: kWarning() << "The profile " << profileId << "tried to activate" << actionName << "a non-existent action. This is usually due to an installation problem," " or to a configuration problem, or simply the action is not supported";
I just added the patch to the review board: https://git.reviewboard.kde.org/r/119440/
Git commit 9c41480c57eed936bc58ade05ed5439b9cf4f198 by Albert Astals Cid. Committed on 10/08/2014 at 22:43. Pushed by aacid into branch 'Plasma/5.0'. fix for bug #335466: typo "simlpy" (and others) in warning message REVIEW: 119440 M +2 -2 daemon/powerdevilcore.cpp http://commits.kde.org/powerdevil/9c41480c57eed936bc58ade05ed5439b9cf4f198