Fix typos

This commit is contained in:
agnostic-apollo 2021-03-24 06:47:12 +05:00
parent 9bbcc08ff3
commit d3d6731d6f
3 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/acton_new_session" />
android:text="@string/action_new_session" />
</LinearLayout>
</LinearLayout>

View File

@ -36,7 +36,7 @@
<!-- Terminal Sidebar and Shortcuts -->
<string name="acton_new_session">New session</string>
<string name="action_new_session">New session</string>
<string name="action_new_session_failsafe">Failsafe</string>
<string name="title_max_terminals_reached">Max terminals reached</string>
<string name="msg_max_terminals_reached">Close down existing ones before creating new.</string>

View File

@ -13,7 +13,7 @@
android:shortcutId="new_session"
android:enabled="true"
android:icon="@drawable/ic_new_session"
android:shortcutShortLabel="@string/acton_new_session"
android:shortcutShortLabel="@string/action_new_session"
tools:targetApi="n_mr1">
<intent
android:action="android.intent.action.RUN"