mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Add missing tooltip
CURA-1643
This commit is contained in:
parent
070e791b94
commit
02b8fa9043
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ UM.PreferencesPage
|
|||
UM.TooltipArea {
|
||||
width: childrenRect.width;
|
||||
height: childrenRect.height;
|
||||
text: catalog.i18nc("@info:tooltip","Displays")
|
||||
text: catalog.i18nc("@info:tooltip","Display 5 top layers in layer view or only the top-most layer. Rendering 5 layers takes longer, but may show more information.")
|
||||
|
||||
CheckBox
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue