https://bugs.kde.org/show_bug.cgi?id=356493
--- Comment #4 from Ashark <[email protected]> --- Hello, Jesse. Github is a read only mirror of KDE repositories. See this page: https://community.kde.org/Infrastructure/Github_Mirror But I saw your patch, and I think my is more "optimised". On line 69 you keep i18n("%1", layoutName)); to send a string. However, in this case i18n will just return %1 and then replace it with layoutName and after that this string could be used by setText. In my patch, I just give layoutName to setText: saveActions[j]->setText(layoutName); I suggest you to add [patch provided] to the title of this bug report and then it will be easy for team to spot and apply this patch. -- You are receiving this mail because: You are watching all bug changes.
