Skip to content

Commit

Permalink
clarify intent label ("Add task")
Browse files Browse the repository at this point in the history
activity_add_task_title ("Create") left that up to the icon
  • Loading branch information
Katrin Leinweber committed Feb 14, 2016
1 parent 2b8d1fa commit 46b59ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentasks/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</intent-filter>

<!-- Intent filter for share intents -->
<intent-filter android:label="@string/activity_add_task_title">
<intent-filter android:label="@string/menu_add_task">
<action android:name="android.intent.action.SEND"/>

<category android:name="android.intent.category.DEFAULT"/>
Expand Down

0 comments on commit 46b59ec

Please sign in to comment.