feat #1632: Accessibility updates (#1705)

* Add description for node sort option button

* Add description for location view button

* Update description for channel url copy button

* appease detekt

---------

Co-authored-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
todd2982 2025-03-23 20:26:28 -05:00 committed by GitHub
parent 3bc4454c0e
commit 7902e21a4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 31 additions and 26 deletions

View file

@ -24,6 +24,7 @@
<string name="desc_node_filter_clear">clear node filter</string>
<string name="node_filter_include_unknown">Include unknown</string>
<string name="node_filter_show_details">Show details</string>
<string name="node_sort_button">Node sorting options</string>
<string name="node_sort_alpha">A-Z</string>
<string name="node_sort_channel">Channel</string>
<string name="node_sort_distance">Distance</string>
@ -346,4 +347,5 @@
<string name="mesh_via_udp_enabled">Mesh via UDP enabled</string>
<string name="udp_config">UDP Config</string>
<string name="map_node_popup_details"><![CDATA[%s<br>Last heard: %s<br>Last position: %s<br>Battery: %s]]></string>
<string name="toggle_my_position">Toggle my position</string>
</resources>