Android: Clean up some hardcoded strings

These would lead to problems if we ever add translation support.
This commit is contained in:
JosJuice
2021-06-22 14:21:33 +02:00
parent 1b3f05628b
commit 5b8fe1e748
9 changed files with 31 additions and 17 deletions

View File

@ -74,7 +74,7 @@
android:exported="false"
android:configChanges="orientation|screenSize"
android:theme="@style/DolphinSettingsBase"
android:label="@string/preferences_settings"/>
android:label="@string/settings"/>
<activity
android:name=".activities.EmulationActivity"