mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Add support for translation plurals
Contributes to CL-1152
This commit is contained in:
parent
df0ae20dde
commit
2db5d2b231
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ UM.Dialog
|
||||||
var topLine
|
var topLine
|
||||||
if (materialsAreKnown(printer.activePrintJob))
|
if (materialsAreKnown(printer.activePrintJob))
|
||||||
{
|
{
|
||||||
topLine = catalog.i18nc("@label", "The assigned printer, %1, requires the following configuration change(s):").arg(printer.name)
|
topLine = catalog.i18ncp("@label", "The assigned printer, %1, requires the following configuration change:", "The assigned printer, %1, requires the following configuration changes:").arg(printer.name)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue