D13788: Use Pin/Unpin also for window tasks when there's only one activity
Kai Uwe Broulik
noreply at phabricator.kde.org
Fri Jun 29 06:22:17 UTC 2018
broulik added inline comments.
INLINE COMMENTS
> ContextMenu.qml:486
>
> - checkable: true
> -
> - text: i18nc("Toggle action for showing a launcher button while the application is not running", "&Pin")
> + text: (isPinned ? i18nc("Action for removing the launcher button shown while the application is not running", "Unpin")
> + : i18nc("Action for showing a launcher button while the application is not running", "&Pin"))
Un&pin?
REPOSITORY
R119 Plasma Desktop
REVISION DETAIL
https://phabricator.kde.org/D13788
To: hein, broulik
Cc: ngraham, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180629/ddab963e/attachment-0001.html>
More information about the Plasma-devel
mailing list