Skip to content

Commit

Permalink
Verbiage change on the "Get Dependencies" modal window
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoveda committed Aug 25, 2020
1 parent 2c20fa8 commit e242c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artella/plugins/getdependencies/widgets/outputdialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def setup_ui(self):

self.setWindowTitle('Get Dependencies Result')

deps_lbl = QtWidgets.QLabel('Following dependencies have been retrieved: ')
deps_lbl = QtWidgets.QLabel('Attempting to retrieve the following dependencies: ')
self._deps_tree = QtWidgets.QTreeWidget()
self._deps_tree.setHeaderLabels(['Dependency Path'])

Expand Down

0 comments on commit e242c3b

Please sign in to comment.