removed hardcoded string per lint recomendations in list.xml
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="crash">Application Fault</string>
|
||||
|
||||
<string name="crash">Application Fault</string>
|
||||
<string name="sorry">I\'m sorry, but we found a problem. Please click here.</string>
|
||||
<string name="sending">Sending...</string>
|
||||
<string name="sending">Sending…</string>
|
||||
<string name="send">Send</string>
|
||||
<string name="description">Optional: Describe what happened</string>
|
||||
<string name="version">Version</string>
|
||||
</resources>
|
||||
<string name="no_reports">No Reports</string>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user