Skip to content

Commit

Permalink
Merge pull request metabrainz#443 from opatel99/PICARD-692
Browse files Browse the repository at this point in the history
PICARD-692: Update Play File text
  • Loading branch information
mineo committed Dec 10, 2015
2 parents b1ca693 + 3eb461b commit b3751fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picard/ui/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def create_actions(self):
xmlws_manager.authenticationRequired.connect(self.show_password_dialog)
xmlws_manager.proxyAuthenticationRequired.connect(self.show_proxy_dialog)

self.play_file_action = QtGui.QAction(icontheme.lookup('play-music'), _(u"&Play file"), self)
self.play_file_action = QtGui.QAction(icontheme.lookup('play-music'), _(u"Open in &Player"), self)
self.play_file_action.setStatusTip(_(u"Play the file in your default media player"))
self.play_file_action.setEnabled(False)
self.play_file_action.triggered.connect(self.play_file)
Expand Down

0 comments on commit b3751fb

Please sign in to comment.