diff options
| author | jgart <47760695+jgarte@users.noreply.github.com> | 2022-05-12 23:27:39 -0500 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-05-13 10:46:26 +0200 |
| commit | 492ee695d568c9432e033f79456ae19a027a1e93 (patch) | |
| tree | 2fe8bea4c3b1d57d6538659242e0199748372c74 | |
| parent | 0db266a3e5488b1aee2188a013c4ca7603ea2751 (diff) | |
main - fix typo in header labels
| -rw-r--r-- | mbgui/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbgui/main.py b/mbgui/main.py index a5908d9..6975d6a 100644 --- a/mbgui/main.py +++ b/mbgui/main.py @@ -87,7 +87,7 @@ class Directories: self._executor = executor self._icons = icons self._model = QtGui.QStandardItemModel() - self._model.setHorizontalHeaderLabels(['Directory', 'Unseed', 'Total']) + self._model.setHorizontalHeaderLabels(['Directory', 'Unseen', 'Total']) self._get_directories(paths) @property |
