Fixed typo in Android calculator app layout (#1696)

This commit is contained in:
Márton Braun
2018-06-18 09:36:30 +02:00
committed by Nikolay Igotti
parent 7741dfe15b
commit 36fe143ac3
2 changed files with 2 additions and 2 deletions
@@ -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>