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 {
6464
6565 MenuItem {
6666 objectName: " rdm_import_connections_btn"
67- text: qsTranslate (" RDM " ," Import Connections" )
67+ text: qsTranslate (" RESP " ," Import Connections" )
6868 onTriggered: importConnectionsDialog .open ()
6969 }
7070 MenuItem {
7171 objectName: " rdm_export_connections_btn"
72- text: qsTranslate (" RDM " ," Export Connections" )
72+ text: qsTranslate (" RESP " ," Export Connections" )
7373 onTriggered: exportConnectionsDialog .open ()
7474 }
7575 }
Original file line number Diff line number Diff line change 590590 imgWidth: imgBtnWidth * 0.8
591591 imgHeight: imgBtnHeight * 0.8
592592
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" )
595595
596596 onClicked: {
597597 editor .state = editor .state === " default" ? " full_screen" : " default"
You can’t perform that action at this time.
0 commit comments