Skip to content

Commit

Permalink
Remove extra '>' in content description (#2212)
Browse files Browse the repository at this point in the history
Remove extra '>' in drawer_close_content_description. This seems wrong--it doesn't add anything, and I'm not even sure if TalkBack will read this correctly with the symbol present.
  • Loading branch information
BenHenning authored Dec 3, 2020
1 parent 8e4b439 commit 62beb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<string name="menu_switch_profile">Switch Profile</string>
<string name="administrator_controls">Administrator Controls</string>
<string name="drawer_open_content_description">Navigation Menu Open</string>
<string name="drawer_close_content_description">>Navigation Menu Close</string>
<string name="drawer_close_content_description">Navigation Menu Close</string>
<string name="welcome_text">Welcome to Oppia!</string>
<string name="welcome_back_text">Welcome back to Oppia!</string>
<string name="audio_play_description">Play audio</string>
Expand Down

0 comments on commit 62beb85

Please sign in to comment.