Merge pull request #1327 from Somethingweirdhere/dev

Fixed crash when trying to open a downloaded file without a player
This commit is contained in:
Christian Schabesberger 2018-04-18 20:35:44 +02:00 committed by GitHub
commit 4dbf4a48c4
2 changed files with 9 additions and 1 deletions

View file

@ -294,6 +294,8 @@
<string name="charset_letters_and_digits">Letters and digits</string>
<string name="charset_most_special_characters">Most special characters</string>
<string name="toast_no_player">No player has been found for this file</string>
<!-- About -->
<string name="title_activity_about">About NewPipe</string>
<string name="action_settings">Settings</string>