Просмотр исходного кода

Fix typo. Missing parenthesis

Contributes to CURA-5941.
Diego Prado Gesto 6 лет назад
Родитель
Сommit
437ba3848d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      resources/qml/PrintSetupSelector/PrintSetupSelector.qml

+ 1 - 1
resources/qml/PrintSetupSelector/PrintSetupSelector.qml

@@ -16,7 +16,7 @@ Cura.ExpandableComponent
     contentPadding: UM.Theme.getSize("default_lining").width
     contentHeaderTitle: catalog.i18nc("@label", "Print settings")
     enabled: !preSlicedData
-    disabledText: catalog.i18nc("@label shown when we load a Gcode file", "Print setup disabled. G code file can not be modified."
+    disabledText: catalog.i18nc("@label shown when we load a Gcode file", "Print setup disabled. G code file can not be modified.")
 
     UM.I18nCatalog
     {