Fixed typo + orientation change bug
This commit is contained in:
parent
b30e5a8ff5
commit
b4241d59bd
|
@ -60,7 +60,7 @@
|
|||
|
||||
<activity
|
||||
android:name=".activity.PreferenceActivity"
|
||||
android:label="@string/settings_label" >
|
||||
android:label="@string/settings_label" android:configChanges="keyboardHidden|orientation">
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".activity.DownloadLogActivity"
|
||||
|
|
|
@ -119,6 +119,6 @@
|
|||
<string name="pref_revokeAccess_title">Revoke access</string>
|
||||
<string name="pref_revokeAccess_sum">Revoke the access permission to your flattr account for this app.</string>
|
||||
<string name="access_revoked_title">Access revoked</string>
|
||||
<string name="access_revoked_info">You have successfully revoked deleted Antennapod\'s access token to your account. In order to complete the process, you have to remove this app from the list of approved applications in your account settings on the flattr website.</string>
|
||||
<string name="access_revoked_info">You have successfully revoked Antennapod\'s access token to your account. In order to complete the process, you have to remove this app from the list of approved applications in your account settings on the flattr website.</string>
|
||||
|
||||
</resources>
|
Loading…
Reference in New Issue