Lint: Spelling error 'Letzer Schritt'
Spelling error
../../src/main/res/values-de/strings.xml:114: "Letzer" is a common misspelling; did you mean "Letzter" ?
111 <string name="about">Über die App</string> 112 <string name="saved_configurations">Gespeicherte Konfigurationen</string> 113 <string name="version">Version</string> 114 <string name="msg_feedback_title">Letzer Schritt</string> 115 <string name="feedback_body">Die Benachrichtigung wird nur angezeigt, wenn Sie im Empfangsbereich von Eduroam sind (in der Nähe der Universität)</string> 116 <string name="help">Hilfe</string> 117 <string name="troubleshooting">Fehlersuche</string>
This check looks through the string definitions, and if it finds any words that look like likely misspellings, they are flagged.
Note: This issue has an associated quickfix operation in Android Studio and IntelliJ IDEA.
To suppress this error, use the issue id "Typos" as explained in the Suppressing Warnings and Errors section.
Note: This issue has an associated quickfix operation in Android Studio and IntelliJ IDEA.
To suppress this error, use the issue id "Typos" as explained in the Suppressing Warnings and Errors section.
Typos
Messages
Correctness
Warning
Priority 7/10
Explain
Dismiss