Merge pull request #590 from Bnyro/master

fix string
This commit is contained in:
Bnyro 2022-06-21 08:19:11 +02:00 committed by GitHub
commit 0c4b357144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ import androidx.preference.PreferenceManager
import com.github.libretube.R
import com.github.libretube.requireMainActivityRestart
import com.google.android.material.dialog.MaterialAlertDialogBuilder
import org.chromium.base.CommandLine.reset
class AdvancedSettings : PreferenceFragmentCompat() {
val TAG = "AdvancedSettings"

View File

@ -202,5 +202,5 @@
<string name="autoplay_summary">Automatically play the next video when the current is finished.</string>
<string name="clonePlaylist">Clone playlist</string>
<string name="reset">Restore defaults</string>
<string name="reset_message">Are you sure you want to reset all the apps settings to its default?</string>
<string name="reset_message">Are you sure? This will log you out and reset all your settings!</string>
</resources>