This commit is contained in:
Sergey Solovyev
2012-04-24 23:33:47 +04:00
parent 7120ad3e61
commit 77874dd5f8
7 changed files with 21 additions and 5 deletions

View File

@@ -203,5 +203,10 @@
9. Wrong lg() integration and differentiation fixed
</string>
<string name="c_release_notes_for_39">
1. Virtual keyboard are now not shown on Android 4 ICS\n
2. Fast number conversion from display context menu\n
3. Minor GUI fixes
</string>
</resources>

View File

@@ -5,6 +5,6 @@
<string name="c_show_equals_button_title">Show equals button</string>
<string name="c_show_equals_button_summary">If turned on equals button is shown</string>
<string name="c_hide_numeral_base_digits_title">Hide other numeral base digits</string>
<string name="c_hide_numeral_base_digits_summary">If turned on other numeral base digits base will be hidden</string>
<string name="c_hide_numeral_base_digits_title">Hide numeral base digits</string>
<string name="c_hide_numeral_base_digits_summary">If turned on numeral base digits of other numeral bases will be hidden</string>
</resources>