D10990: Add "Show Target" into symlink context menu and file menu
Elvis Angelaccio
noreply at phabricator.kde.org
Sun Mar 18 10:31:42 GMT 2018
elvisangelaccio added inline comments.
INLINE COMMENTS
> dolphinmainwindow.cpp:372
> + m_activeViewContainer->showMessage(
> + i18n("Could not access \"%1\".").arg(linkDestination), DolphinViewContainer::Warning);
> + }
One last thing: this should be
i18nc("@info", "Could not access <filename>%1</filename>.", linkDestination);
See https://api.kde.org/frameworks/ki18n/html/prg_guide.html#kuit_markup
REPOSITORY
R318 Dolphin
REVISION DETAIL
https://phabricator.kde.org/D10990
To: rominf, ngraham, elvisangelaccio
Cc: rkflx, ngraham, elvisangelaccio, markg, #dolphin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20180318/15df3a20/attachment.htm>
More information about the kfm-devel
mailing list