Unnecesary code removed and string repaired

- Unnecesary import from RedirectImportKeyActivity.java removed
- ..\value-w820dp\dimens.xml was unnecesary
- \..value\dimens.xml unnecasary line
- string sources repaired
This commit is contained in:
Lubo Viluda
2016-04-12 15:41:42 +02:00
parent 30afa3a193
commit a7a0d9dd4b
4 changed files with 4 additions and 11 deletions

View File

@@ -1742,7 +1742,7 @@
</string-array>
<string name="redirect_import_key_title">"Import key attempt"</string>
<string name="redirect_import_key_message">"You scanned a fingerprint with another app, please scan with Openkeychain directly to be safe"</string>
<string name="redirect_import_key_yes">Scan again</string>
<string name="redirect_import_key_no">Close</string>
<string name="title_activity_redirect_key">Key import redirection</string>
<string name="redirect_import_key_yes">"Scan again"</string>
<string name="redirect_import_key_no">"Close"</string>
<string name="title_activity_redirect_key">"Key import redirection"</string>
</resources>