mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Spelling fix: Overriden -> Overridden
I think some of us got the spelling of this word wrong in their heads.
This commit is contained in:
parent
932a5c8fc9
commit
bd1712cb10
5 changed files with 13 additions and 13 deletions
|
@ -45,7 +45,7 @@ SettingItem
|
|||
{
|
||||
if (propertyProvider.properties.value == -1)
|
||||
{
|
||||
control.currentIndex = model.count - 1; // we know the last item is "Not overriden"
|
||||
control.currentIndex = model.count - 1; // we know the last item is "Not overridden"
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue