mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 22:30:30 +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 {
|
try {
|
||||||
MaterialAlertDialogBuilder(this)
|
MaterialAlertDialogBuilder(this)
|
||||||
.setTitle(getString(R.string.share_with_time))
|
.setTitle(getString(R.string.take_a_break))
|
||||||
.setMessage(
|
.setMessage(
|
||||||
getString(
|
getString(
|
||||||
R.string.already_spent_time,
|
R.string.already_spent_time,
|
||||||
|
Loading…
Reference in New Issue
Block a user