File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,12 +64,12 @@ ToolBar {
64
64
65
65
MenuItem {
66
66
objectName: " rdm_import_connections_btn"
67
- text: qsTranslate (" RDM " ," Import Connections" )
67
+ text: qsTranslate (" RESP " ," Import Connections" )
68
68
onTriggered: importConnectionsDialog .open ()
69
69
}
70
70
MenuItem {
71
71
objectName: " rdm_export_connections_btn"
72
- text: qsTranslate (" RDM " ," Export Connections" )
72
+ text: qsTranslate (" RESP " ," Export Connections" )
73
73
onTriggered: exportConnectionsDialog .open ()
74
74
}
75
75
}
Original file line number Diff line number Diff line change 590
590
imgWidth: imgBtnWidth * 0.8
591
591
imgHeight: imgBtnHeight * 0.8
592
592
593
- tooltip: (editor .state === " default" ? " " : qsTranslate (" RDM " ," Exit " ))
594
- + qsTranslate (" RDM " ," Full Screen Mode" )
593
+ tooltip: (editor .state === " default" ? " " : qsTranslate (" RESP " ," Exit " ))
594
+ + qsTranslate (" RESP " ," Full Screen Mode" )
595
595
596
596
onClicked: {
597
597
editor .state = editor .state === " default" ? " full_screen" : " default"
You can’t perform that action at this time.
0 commit comments