move strings

This commit is contained in:
Eric House 2023-05-21 20:42:33 -07:00
parent bc0478abbf
commit 0a912db347
2 changed files with 7 additions and 7 deletions

View file

@ -2712,4 +2712,11 @@
<string name="badMQTTDevIDFmt">Bogus MQTT devID \"%1$s\". Please try again.</string>
<string name="reboot_after_setFmt">MQTT devID changed to \"%1$s\".\n\nRestarting to ensure use.</string>
<string name="backup_only_on_9">Export works on Android 9 (and all
other versions), but Import does not. So you can do an export on
this device in order to migrate to a newer phone, but you will not
be able to import the resulting file on this device.</string>
<string name="no_restore_on_9">Import does not work on Android 9.</string>
</resources>

View file

@ -5,11 +5,4 @@
<string name="dup_allscores_fmt">All scores: %1$s</string>
<string name="backup_only_on_9">Export works on Android 9 (and all
other versions), but Import does not. So you can do an export on
this device in order to migrate to a newer phone, but you will not
be able to import the resulting file on this device.</string>
<string name="no_restore_on_9">Import does not work on Android 9.</string>
</resources>