mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
rename string id
This commit is contained in:
parent
0b8e40d828
commit
4aecb705d1
2 changed files with 2 additions and 2 deletions
|
@ -472,7 +472,7 @@ public class MediaService extends Service implements OnCompletionListener, OnPre
|
|||
|
||||
} catch (SecurityException | IOException | IllegalStateException | IllegalArgumentException e) {
|
||||
Log_OC.e(TAG, e.getClass().getSimpleName() + " playing " + mAccount.name + mFile.getRemotePath(), e);
|
||||
Toast.makeText(this, String.format(getString(R.string.media_err_unexpected), mFile.getFileName()),
|
||||
Toast.makeText(this, String.format(getString(R.string.media_err_playing), mFile.getFileName()),
|
||||
Toast.LENGTH_LONG).show();
|
||||
processStopRequest(true);
|
||||
}
|
||||
|
|
|
@ -231,7 +231,7 @@
|
|||
<string name="media_err_timeout">Attempt to play file timed out</string>
|
||||
<string name="media_err_invalid_progressive_playback">The media file can not be streamed</string>
|
||||
<string name="media_err_unknown">The built-in media player is unable to play the media file</string>
|
||||
<string name="media_err_unexpected">Unexpected error while trying to play %1$s</string>
|
||||
<string name="media_err_playing">Unexpected error while trying to play %1$s</string>
|
||||
<string name="media_rewind_description">Rewind button</string>
|
||||
<string name="media_play_pause_description">Play or pause button</string>
|
||||
<string name="media_forward_description">Fast forward button</string>
|
||||
|
|
Loading…
Reference in a new issue