D12420: Make the warning text for deletion operations emphasize its permanency and irreversibility

Elvis Angelaccio noreply at phabricator.kde.org
Sun Apr 22 15:06:10 UTC 2018


elvisangelaccio added inline comments.

INLINE COMMENTS

> jobuidelegate.cpp:229
>                           widget,
> -                         i18np("Do you really want to delete this item?", "Do you really want to delete these %1 items?", prettyList.count()),
> +                         i18np("Do you really want to permanently delete this item? This action cannot be undone.", "Do you really want to permanently delete these %1 items?\n\nThis action cannot be undone.", prettyList.count()),
>                           prettyList,

Please use semantic markup and the `<nl/>` tag instead of `\n`, see https://api.kde.org/frameworks/ki18n/html/prg_guide.html#kuit_markup

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D12420

To: ngraham, #frameworks, #dolphin, elvisangelaccio
Cc: michaelh, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180422/98adffe5/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list