Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DonDavici committed Oct 12, 2014
1 parent bda8b64 commit cce4b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DP_Mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def setLocalPathCallback(self, callback = None, myType = None):
if callback is not None and len(callback):
printl("localPath: " + str(callback), self, "D")
self.localPath = str(callback)
self.session.openWithCallback(self.setRemotePathCallback, VirtualKeyBoard, title = (_("Enter your remote path segment here:")), text = "C:\Vidoes or /volume1/vidoes or \\\\SERVER\\Videos\\")
self.session.openWithCallback(self.setRemotePathCallback, VirtualKeyBoard, title = (_("Enter your remote path segment here:")), text = "C:\Videos or /volume1/videos or \\\\SERVER\\Videos\\")
else:
self.session.open(MessageBox,_("Adding new mapping was not completed"), MessageBox.TYPE_INFO)
self.close()
Expand Down

0 comments on commit cce4b26

Please sign in to comment.