D10797: Add asterisk when an annotation is associated to non-empty popup
Albert Astals Cid
noreply at phabricator.kde.org
Mon Feb 26 22:21:00 UTC 2018
aacid added inline comments.
INLINE COMMENTS
> annotationmodel.cpp:346
> + {
> + caption.append("*");
> + }
i'm not sure this is LTR friendly, basically you always put the work on the translators side so it's them that can do it correctly, so you'd do
i18nc("This annotation contains text, %1 is the caption of the annotation", "%1 *", caption);
or similar
REPOSITORY
R223 Okular
REVISION DETAIL
https://phabricator.kde.org/D10797
To: simgunz, #okular
Cc: aacid, ngraham, michaelweghorn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/okular-devel/attachments/20180226/956462a7/attachment.html>
More information about the Okular-devel
mailing list