mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 06:10:31 +05:30
Merge pull request #1664 from eclairevoyant/master
fix: correct title for break reminder modal
This commit is contained in:
commit
38806aa4d0
@ -178,7 +178,7 @@ class MainActivity : BaseActivity() {
|
||||
{
|
||||
try {
|
||||
MaterialAlertDialogBuilder(this)
|
||||
.setTitle(getString(R.string.share_with_time))
|
||||
.setTitle(getString(R.string.take_a_break))
|
||||
.setMessage(
|
||||
getString(
|
||||
R.string.already_spent_time,
|
||||
|
Loading…
Reference in New Issue
Block a user