Improved jump message

This commit is contained in:
Uriziel 2012-10-12 20:00:50 +02:00
parent a97e43a314
commit eb2a25d96e

View File

@ -161,7 +161,7 @@ class SyncplayClient(object):
madeChangeOnPlayer = True
else:
madeChangeOnPlayer = False
message = '<{}> jumped from {} to {}'.format(setBy, self.ui.formatTime(self.playerPositionBeforeLastSeek), self.ui.formatTime(position))
message = '<{}> jumped to {} from {}'.format(setBy, self.ui.formatTime(position), self.ui.formatTime(self.playerPositionBeforeLastSeek))
self.ui.showMessage(message)
return madeChangeOnPlayer