tasker: give start action real name

Instead of the template.
This commit is contained in:
Alexander Capehart 2024-08-21 13:57:40 -06:00
parent b8a652d6f2
commit 27e378ae2a
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
2 changed files with 2 additions and 1 deletions

View file

@ -140,7 +140,7 @@
android:name=".tasker.ActivityConfigStartAction"
android:exported="true"
android:icon="@mipmap/ic_launcher"
android:label="My Tasker Action">
android:label="@string/lbl_start_playback">
<intent-filter>
<action android:name="com.twofortyfouram.locale.intent.action.EDIT_SETTING" />
</intent-filter>

View file

@ -153,6 +153,7 @@
<string name="lbl_shuffle_shortcut_short">Shuffle</string>
<!-- Limit to 25 characters -->
<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_cancel">Cancel</string>