Skip to content

Commit

Permalink
label design to target
Browse files Browse the repository at this point in the history
  • Loading branch information
dbpatankar committed Apr 11, 2023
1 parent b0c21f3 commit 83b96f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pegma/ui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2589,7 +2589,7 @@ smoothing</string>
<item>
<widget class="QLabel" name="label_26">
<property name="text">
<string>Design spectrum</string>
<string>Target spectrum</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion pegma/ui/ui_mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1879,7 +1879,7 @@ def retranslateUi(self, MainWindow):
self.freqCharCopyBtn.setText(QCoreApplication.translate("MainWindow", u"Copy to clipboard", None))
self.fsToClipboardBtn.setText(QCoreApplication.translate("MainWindow", u"Copy to clipboard", None))
self.tabWidget.setTabText(self.tabWidget.indexOf(self.fsTab), QCoreApplication.translate("MainWindow", u"Fourier Spectra", None))
self.label_26.setText(QCoreApplication.translate("MainWindow", u"Design spectrum", None))
self.label_26.setText(QCoreApplication.translate("MainWindow", u"Target spectrum", None))
#if QT_CONFIG(tooltip)
self.scalingImportBtn.setToolTip(QCoreApplication.translate("MainWindow", u"Requires comma separated values in two columns", None))
#endif // QT_CONFIG(tooltip)
Expand Down

0 comments on commit 83b96f1

Please sign in to comment.