mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 15:05:55 +08:00
Don't translate 'Language:' string
This should make it easier to find the language drop-down again if you can't read the current language. Done as a 5 minute fix.
This commit is contained in:
parent
43ab23439b
commit
d7d91d2fec
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2018 Ultimaker B.V.
|
// Copyright (c) 2020 Ultimaker B.V.
|
||||||
// Cura is released under the terms of the LGPLv3 or higher.
|
// Cura is released under the terms of the LGPLv3 or higher.
|
||||||
|
|
||||||
import QtQuick 2.1
|
import QtQuick 2.1
|
||||||
@ -140,7 +140,7 @@ UM.PreferencesPage
|
|||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
id: languageLabel
|
id: languageLabel
|
||||||
text: catalog.i18nc("@label","Language:")
|
text: "Language:" //Don't translate this, to make it easier to find the language drop-down if you can't read the current language.
|
||||||
}
|
}
|
||||||
|
|
||||||
ComboBox
|
ComboBox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user