Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
xenonnn4w committed Aug 10, 2024
1 parent 88fca90 commit 3af6d09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AnkiDroid/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,8 @@
</intent-filter>
</receiver>

<!-- This widget displays a total due cards count and eta(estimated time of arrival).
This is similar to the AnkiDroidSmall Widget.-->
<receiver
android:name="com.ichi2.widget.CardsDueWidget"
android:exported="false"
Expand Down
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/res/values/08-widget.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<resources>

<!-- Widget -->
<string name="widget_minimum_cards_due_notification_ticker_title">Cards due</string>
<string name="widget_minimum_cards_due_notification_ticker_title" comment="AnkiDroidSmall Widget notification ticker title">Cards due</string>
<plurals name="widget_minimum_cards_due_notification_ticker_text">
<item quantity="one">%d AnkiDroid card due</item>
<item quantity="other">%d AnkiDroid cards due</item>
Expand Down

0 comments on commit 3af6d09

Please sign in to comment.