Fixed typo + orientation change bug

This commit is contained in:
daniel oeh 2012-07-16 16:37:59 +02:00
parent b30e5a8ff5
commit b4241d59bd
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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>