tasker: give start action real name
Instead of the template.
This commit is contained in:
parent
b8a652d6f2
commit
27e378ae2a
2 changed files with 2 additions and 1 deletions
|
|
@ -140,7 +140,7 @@
|
||||||
android:name=".tasker.ActivityConfigStartAction"
|
android:name=".tasker.ActivityConfigStartAction"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="My Tasker Action">
|
android:label="@string/lbl_start_playback">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="com.twofortyfouram.locale.intent.action.EDIT_SETTING" />
|
<action android:name="com.twofortyfouram.locale.intent.action.EDIT_SETTING" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
|
||||||
|
|
@ -153,6 +153,7 @@
|
||||||
<string name="lbl_shuffle_shortcut_short">Shuffle</string>
|
<string name="lbl_shuffle_shortcut_short">Shuffle</string>
|
||||||
<!-- Limit to 25 characters -->
|
<!-- Limit to 25 characters -->
|
||||||
<string name="lbl_shuffle_shortcut_long">Shuffle all</string>
|
<string name="lbl_shuffle_shortcut_long">Shuffle all</string>
|
||||||
|
<string name="lbl_start_playback">Start playback</string>
|
||||||
|
|
||||||
<string name="lbl_ok">OK</string>
|
<string name="lbl_ok">OK</string>
|
||||||
<string name="lbl_cancel">Cancel</string>
|
<string name="lbl_cancel">Cancel</string>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue