https://bugs.kde.org/show_bug.cgi?id=415541

Victor Ryzhykh <victorr2...@yandex.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |victorr2...@yandex.ru

--- Comment #28 from Victor Ryzhykh <victorr2...@yandex.ru> ---
(In reply to Dan Leinir Turthra Jensen from comment #27)
> Git commit ec387280ad9d157786e97b440c8bf91d66ca83a1 by Dan Leinir Turthra
> Jensen.
> Committed on 28/01/2020 at 09:58.
> Pushed by leinir into branch 'Plasma/5.18'.
> 
> Switch to the old-style button text for the KNSQuick buttons
> 
> Summary:
> This fixes a series of localization issues as reported in
> https://bugs.kde.org/show_bug.cgi?id=415541 based on the
> minimum-impact method (hopefully these strings should even
> still be in the pot files...)
> 
> Reviewers: #plasma, davidedmundson
> 
> Reviewed By: #plasma, davidedmundson
> 
> Subscribers: aacid, yurchor, davidedmundson, kde-i18n-doc, gikari,
> plasma-devel
> 
> Tags: #plasma
> 
> Differential Revision: https://phabricator.kde.org/D26892
> 
> M  +1    -1    kcms/colors/package/contents/ui/main.qml
> M  +1    -1    kcms/cursortheme/package/contents/ui/main.qml
> M  +1    -1    kcms/desktoptheme/package/contents/ui/main.qml
> M  +1    -1    kcms/icons/package/contents/ui/main.qml
> M  +1    -1    kcms/ksplash/package/contents/ui/main.qml
> M  +1    -1    kcms/lookandfeel/package/contents/ui/main.qml
> 
> https://commits.kde.org/plasma-desktop/
> ec387280ad9d157786e97b440c8bf91d66ca83a1

Эта проблема также оставалась здесь.
https://cgit.kde.org/plasma-workspace.git/tree/wallpapers/image/imagepackage/contents/ui/config.qml

                NewStuff.Button {
                    Layout.alignment: Qt.AlignRight
                    configFile: "wallpaper.knsrc"
                    downloadNewWhat: i18n("Wallpapers")
                    viewMode: NewStuff.Page.ViewMode.Preview
                    onChangedEntriesChanged: imageWallpaper.newStuffFinished();

        }
        NewStuff.Button {
            Layout.alignment: Qt.AlignRight
            configFile: "wallpaper.knsrc"
            downloadNewWhat: i18n("Wallpapers")
            viewMode: NewStuff.Page.ViewMode.Preview
            onChangedEntriesChanged: imageWallpaper.newStuffFinished();
        }

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to