Skip to content

Commit

Permalink
fix(i18n): Removed blank
Browse files Browse the repository at this point in the history
Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven authored Jan 18, 2024
1 parent a9feea1 commit 9761b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion News-Android-App/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
<string name="podcast_playback_speed_dialog_title">Playback Speed</string>
<string name="notification_downloading_podcast_title">Downloading podcast</string>
<string name="dialog_podcast_remove_title">Are you sure?</string>
<string name="dialog_podcast_remove_body">Do you want to remove downloaded media for %1$s?</string>
<string name="dialog_podcast_remove_body">Do you want to remove downloaded media for %1$s?</string>
<string name="dialog_podcast_status_failed">Failed to remove media for %1$s</string>
<string name="dialog_podcast_status_success">Media for %1$s has been removed</string>
<string name="dialog_podcast_remove_confirm">Remove</string>
Expand Down

0 comments on commit 9761b5b

Please sign in to comment.