mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Clarifications and fixes to source strings
Found during work on CURA-7622.
This commit is contained in:
parent
87fb495e07
commit
222d6604e0
3 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue