Skip to content

Commit

Permalink
Fixed typo in cleaner's toast, which was broken
Browse files Browse the repository at this point in the history
  • Loading branch information
drogga authored and gzsombor committed Jul 14, 2024
1 parent 0dc0ac6 commit 0ca02e9
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 @@ -27,7 +27,7 @@
<string name="cleaner">Watched Video Cleaner</string>
<string name="cleaner_explanation">Clean up bookmarked/downloaded videos. Use the following filter options:</string>
<string name="cleaner_confirm">Clean</string>
<string name="cleaner_toast_finish">We have removed %1$s video(s) from the bookmarks, and deleted %2$dMB of downloaded videos</string>
<string name="cleaner_toast_finish">We have removed %1$s video(s) from the bookmarks, and deleted %2$s MB of downloaded videos.</string>
<string name="cleaner_watched_downloads">Remove watched downloads</string>
<string name="cleaner_watched_bookmarks">Remove watched bookmarks</string>
<string name="video_comments_are_disabled">Video comments off</string>
Expand Down

0 comments on commit 0ca02e9

Please sign in to comment.