mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
CURA-4870 Add i18n labels
This commit is contained in:
parent
0d8302d864
commit
6fca1f1589
1 changed files with 4 additions and 4 deletions
|
@ -13,8 +13,8 @@ Menu
|
|||
|
||||
MenuItem
|
||||
{
|
||||
text: "Network printers"
|
||||
checkable: false
|
||||
text: catalog.i18nc("@label:category menu label", "Network printers")
|
||||
enabled: false
|
||||
}
|
||||
|
||||
NetworkPrinterMenu { }
|
||||
|
@ -23,8 +23,8 @@ Menu
|
|||
|
||||
MenuItem
|
||||
{
|
||||
text: "Local printers"
|
||||
checkable: false
|
||||
text: catalog.i18nc("@label:category menu label", "Local printers")
|
||||
enabled: false
|
||||
}
|
||||
|
||||
LocalPrinterMenu { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue