Skip to content

Commit

Permalink
added the text spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Preetam-Das26 authored Oct 12, 2024
1 parent 8173163 commit 9c1cc7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mslib/msui/autoplot_dockwidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def add_to_treewidget(self, parent, parent2, config_settings, treewidget, flight
QMessageBox.information(
self,
"WARNING",
"Please select the URL,layer,styles and level(row information first)"
"Please select the URL, layer, styles and level (row information first)"
)
return
item = QTreeWidgetItem([url, layer, styles, level, self.stime, self.etime, self.intv])
Expand Down Expand Up @@ -355,7 +355,7 @@ def update_treewidget(self, parent, parent2, config_settings, treewidget, flight
QMessageBox.information(
self,
"WARNING",
"Please select the URL,layer,styles and level(row information first)"
"Please select the URL, layer, styles and level (row information first)"
)
return
selected_item = self.autoplotSecsTreeWidget.currentItem()
Expand Down

0 comments on commit 9c1cc7d

Please sign in to comment.