Hopefully fix bug and fixed UI mishap:
* This hopefully fixes #7 somewhat properly. * Also fixed weird settings UI when moved from Preferences
This commit is contained in:
parent
84d8ead7ad
commit
d3b10a47bf
4 changed files with 67 additions and 58 deletions
|
|
@ -68,7 +68,8 @@
|
|||
<string name="pref_restore_nofile">Error: Backup file not found.</string>
|
||||
<string name="pref_nuke_warn">Warning: This will delete your entire dictionary. Do you wish to continue?</string>
|
||||
<string name="pref_nuke_title">Nuke IME dictionary</string>
|
||||
<string name="pref_reloadKeys">Force reload of key overrides</string>
|
||||
<string name="pref_reloadKeys">Reload KeyMap</string>
|
||||
<string name="pref_reloadKeysSum" translatable="false">Force reload of key mapping overrides</string>
|
||||
|
||||
<string name="hello_world">Hello world!</string>
|
||||
|
||||
|
|
|
|||
|
|
@ -26,5 +26,5 @@
|
|||
<Setting title="@string/pref_nukedict" id="nukedict"/>
|
||||
<Setting title="@string/pref_backupdict" id="backupdict"/>
|
||||
<Setting title="@string/pref_restoredict" id="restoredict"/>
|
||||
<Setting title="@string/pref_reloadKeys" id="reloadKeys"/>
|
||||
<Setting title="@string/pref_reloadKeys" summary="@string/pref_reloadKeysSum" id="reloadKeys"/>
|
||||
</Settings>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue