Incomplete message in kcm_printer_manager
Eloy Cuadra
ecuadra at eloihr.net
Mon Nov 6 17:59:35 GMT 2023
Hi!
There's a message that seems incomplete in file kcm_printer_manager.po (KF6, in
print-manager). This message is hard to translate:
"Are you sure you really want to remove"
It lacks context and does not make it clear if it is a question or not.
The message is currently in /plasma/print-manager/-/blob/master/src/kcm/ui/
PrinterSettings.qml, line 61:
subtitle: "%1 %2?".arg(i18n("Are you sure you really want to
remove”)).arg(modelData.printerName)
I'm pretty sure there's a better way to code this one ;-)
I'm no QML expert, but maybe:
subtitle: i18n("Are you sure you really want to remove %1?”,
modelData.printerName)
Cheers,
--
Eloy Cuadra
More information about the kde-i18n-doc
mailing list