Fixed typo in Android calculator app layout (#1696)
This commit is contained in:
committed by
Nikolay Igotti
parent
7741dfe15b
commit
36fe143ac3
@@ -9,7 +9,7 @@
|
||||
style="@style/TextAppearance.AppCompat.Subhead"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/enter_mathematic_exression" />
|
||||
android:text="@string/enter_mathematical_expression" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/input"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<resources>
|
||||
<string name="app_name">Konan Calculator</string>
|
||||
<string name="enter_mathematic_exression">Enter mathematic exression:</string>
|
||||
<string name="enter_mathematical_expression">Enter mathematical expression:</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user