mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-05 08:01:19 +00:00
record-row: Reword accessible name
"party" in "Call the party" could lead to confusion.
Fixes #319
(cherry picked from commit b458f6f040
)
This commit is contained in:
parent
849e971199
commit
eed45bd168
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@
|
|||
<class name="image-button"/>
|
||||
</style>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="a11y-hide-dial-pad">
|
||||
<property name="accessible-name" translatable="yes">Call the party</property>
|
||||
<object class="AtkObject" id="a11y-call">
|
||||
<property name="accessible-name" translatable="yes">Call</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
|
|
Loading…
Reference in a new issue