Question about ktextaddons/ktexteditor6.po
Yuri Chornoivan
yurchor at ukr.net
Thu Oct 12 06:57:37 BST 2023
середа, 11 жовтня 2023 р. 23:24:18 EEST Iñigo Salvador Azurmendi написано:
> Hello,
>
> Does "R/O" in the following msgid in ktextaddons/ktexteditor6.po stand for
> Read Only ???
>
> "(R/O) %1"
>
> Cheers,
> Iñigo.
Hi,
The code is
// append read-only if needed
if (!doc()->isReadWrite()) {
currentMode = i18n("(R/O) %1", currentMode);
So you are quite right.
Best regards,
Yuri
More information about the kde-i18n-doc
mailing list