Skip to content

Commit

Permalink
a minor change to the appearance of the mtpfs tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jericho committed Dec 29, 2017
1 parent 9ef7c58 commit 6eee774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ __pycache__
*.sublime-project
*.sublime-workspace
dialog_state
.config
2 changes: 1 addition & 1 deletion Tabs/mtpfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def MountFileSystem(self):
self.AndroidTree.setCurrentIndex(path)


self.Output.append('You\'re using the <html><b>[jmtpfs]</b</html> library')
self.Output.append('You\'re using the <html><b>[mtpfs]</b</html> library')

self.Output.append('Your Android Device mounted at ' + '<html><b>' + self.aditionalAndroidPath + '</b</html>')
else:
Expand Down

0 comments on commit 6eee774

Please sign in to comment.