Skip to content

Commit

Permalink
Fix lint warning for strings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Emrich committed May 20, 2018
1 parent 4531a93 commit 404e301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<string name="fragment_mediathek_qualities_low">Niedrig</string>
<string name="fragment_mediathek_qualities_medium">Mittel</string>
<string name="fragment_mediathek_qualities_high">Hoch</string>
<string name="fragment_mediathek_download_started">Download von \'%s\' gestartet...</string>
<string name="fragment_mediathek_download_started">Download von \'%s\' gestartet</string>

<!-- error messages -->
<string name="error_app_crash">Entschuldigung, Zapp ist abgestürzt.\nMöchtest zu einen Absturzbericht per Mail an den Entwickler senden, um diesen Fehler zukünftig zu beheben?</string>
Expand Down

0 comments on commit 404e301

Please sign in to comment.