Merge lp:~jflaker/mediaplayer-app/BugFix1377918 into lp:mediaplayer-app

Proposed by Jeffrey Flaker
Status: Superseded
Proposed branch: lp:~jflaker/mediaplayer-app/BugFix1377918
Merge into: lp:mediaplayer-app
Diff against target: 12 lines (+1/-1)
1 file modified
src/qml/player/VideoPlayer.qml (+1/-1)
To merge this branch: bzr merge lp:~jflaker/mediaplayer-app/BugFix1377918
Reviewer Review Type Date Requested Status
Renato Araujo Oliveira Filho (community) Approve
Review via email: mp+238037@code.launchpad.net

This proposal has been superseded by a proposal from 2016-01-26.

Description of the change

Fixing Bug #1377918, fixed the grammatical error

To post a comment you must log in.
Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

looks godd

review: Approve

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/qml/player/VideoPlayer.qml'
2--- src/qml/player/VideoPlayer.qml 2014-10-02 19:11:34 +0000
3+++ src/qml/player/VideoPlayer.qml 2014-10-10 22:46:23 +0000
4@@ -238,7 +238,7 @@
5 player.errorDialog.errorString = i18n.tr("A network error occurred.")
6 break;
7 case 4:
8- player.errorDialog.errorString = i18n.tr("There are not the appropriate permissions to play a media resource.")
9+ player.errorDialog.errorString = i18n.tr("You don't have the appropriate permissions to play a media resource.")
10 break;
11 case 5:
12 player.errorDialog.errorString = i18n.tr("Fail to connect with playback backend.")

Subscribers

People subscribed via source and target branches