Skip to content

Commit

Permalink
Changed the unused resources suppression declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomazFB committed Apr 7, 2020
1 parent 0c09c88 commit 13e88ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions WordPress/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2259,10 +2259,8 @@
<string name="gif_powered_by_tenor">Powered by Tenor</string>
<string name="gif_picker_initial_empty_text">Search to find GIFs to add to your Media Library!</string>
<string name="gif_picker_endless_scroll_network_error">Some media failed to load due to a network error.</string>
<!--suppress UnusedResources -->
<string name="gif_picker_empty_search_list">No media matching your search</string>
<!--suppress UnusedResources -->
<string name="gif_list_search_returned_unknown_error">There was a problem handling the request</string>
<string name="gif_picker_empty_search_list" tools:ignore="UnusedResources">No media matching your search</string>
<string name="gif_list_search_returned_unknown_error" tools:ignore="UnusedResources">There was a problem handling the request</string>

<!-- E-mail verification reminder dialog -->
<string name="toast_saving_post_as_draft">Saving post as draft</string>
Expand Down

0 comments on commit 13e88ec

Please sign in to comment.