network: Add mnemonic to the "Proxy" row

Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
This commit is contained in:
Automeris naranja 2023-09-26 23:41:33 -03:00
parent 07d117c789
commit da158ef042

View file

@ -95,7 +95,8 @@
<property name="title" translatable="yes">Proxy</property>
<child>
<object class="CcListRow" id="proxy_row">
<property name="title" translatable="yes">Proxy</property>
<property name="title" translatable="yes">_Proxy</property>
<property name="use-underline">True</property>
<property name="show-arrow">True</property>
<property name="icon-name">preferences-system-network-proxy-symbolic</property>
<property name="subtitle" bind-source="proxy_page" bind-property="state-text" bind-flags="sync-create"/>