1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-27 10:35:51 +00:00

Added a shortcut to the tooltip for a "Send to printer" button (related to #3667)

+ Localization: fixed some phrases
This commit is contained in:
YuSanka
2020-02-19 10:23:52 +01:00
parent ab72d5135b
commit ae197ddd94
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -870,7 +870,7 @@ Sidebar::Sidebar(Plater *parent)
(*btn)->Hide();
};
init_scalable_btn(&p->btn_send_gcode , "export_gcode", _(L("Send to printer")));
init_scalable_btn(&p->btn_send_gcode , "export_gcode", _(L("Send to printer")) + "\tCtrl+Shift+G");
init_scalable_btn(&p->btn_remove_device, "cross" , _(L("Remove device")));
init_scalable_btn(&p->btn_export_gcode_removable, "export_to_sd", _(L("Export to SD card / Flash drive")));