fixed a potential NullPointerException when trying to type with no language
This commit is contained in:
parent
d1f8a773f8
commit
433d5f401a
19 changed files with 20 additions and 44 deletions
|
|
@ -7,7 +7,6 @@
|
|||
<string name="completed">Completed</string>
|
||||
<string name="loading">Loading…</string>
|
||||
<string name="language">Language</string>
|
||||
<string name="no_language">No Language</string>
|
||||
<string name="search_results">Search Results</string>
|
||||
<string name="search_results_void">No results.</string>
|
||||
|
||||
|
|
@ -24,7 +23,6 @@
|
|||
<string name="add_word_success">\"%1$s\" added.</string>
|
||||
<string name="add_word_title">Add Word</string>
|
||||
|
||||
|
||||
<string name="commands_select_command">Select a Command</string>
|
||||
|
||||
<string name="pref_category_about">About</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue