Clarify translations of 'unknown'

For some languages, the gender matters.

Contributes to issue CURA-4601.
This commit is contained in:
Ghostkeeper 2017-11-24 12:43:41 +01:00
parent 6cea9c59e8
commit 147cbdf592
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A
3 changed files with 5 additions and 5 deletions

View file

@ -44,7 +44,7 @@ Rectangle
case "maintenance": // TODO: new string
case "unknown":
default:
return catalog.i18nc("@label", "Unknown");
return catalog.i18nc("@label Printer status", "Unknown");
}
}