Clarifications and fixes to source strings

Found during work on CURA-7622.
This commit is contained in:
Ghostkeeper 2020-08-21 16:39:42 +02:00
parent 87fb495e07
commit 222d6604e0
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
3 changed files with 5 additions and 5 deletions

View file

@ -115,7 +115,7 @@ Button
if (perObjectSettingsCount != "")
{
result += "<br>" + catalog.i18ncp(
"@label", "Overrides %1 setting.", "Overrides %1 settings.", perObjectSettingsCount
"@label %1 is the number of settings it overrides.", "Overrides %1 setting.", "Overrides %1 settings.", perObjectSettingsCount
).arg(perObjectSettingsCount);
}
return result;