network: Add mnemonic to the "Proxy" row
Partially fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2541
This commit is contained in:
parent
07d117c789
commit
da158ef042
1 changed files with 2 additions and 1 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue