You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Item
50
50
// other when the connection was lost
51
51
text:Cura.MachineManager.printerConnected?
52
52
catalog.i18nc("@label", "Loading available configurations from the printer...") :
53
-
catalog.i18nc("@label", "The configurations are not available because the printer is disconnected.")
53
+
catalog.i18nc("@label", "Configurations aren't available because the printer is disconnected. (The 'settings' menu can be used to manually configure, though it's recommended to connect the printer instead, then select any here.)")
0 commit comments