Skip to content

Commit 93edec5

Browse files
authored
Clarify "All wikis" and "All types" notifications messages (#4517)
Those two messages were: * All "wiki" * All "type" This was quite weird to read even in English, and hard to translate, too. The quotation marks are unnecessary, and the nouns should be plural, because it's a selection out of multiple things.
1 parent 81e8a41 commit 93edec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,8 +776,8 @@
776776
<string name="notifications_menu_uncheck_all">Uncheck all items</string>
777777
<string name="notifications_wiki_filter_header">Wiki filter</string>
778778
<string name="notifications_type_filter_header">Type filter</string>
779-
<string name="notifications_all_wikis_text">All \"wiki\"</string>
780-
<string name="notifications_all_types_text">All \"type\"</string>
779+
<string name="notifications_all_wikis_text">All wikis</string>
780+
<string name="notifications_all_types_text">All types</string>
781781
<string name="notifications_menu_user_talk_page">%s\'s talk page</string>
782782
<string name="notifications_offline_disable_message">The function is not available while offline.</string>
783783
<!-- /Notifications -->

0 commit comments

Comments
 (0)