diff options
author | scootergrisen <scootergrisen@gmail.com> | 2020-12-15 03:33:51 +0000 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2021-07-08 17:13:58 +0200 |
commit | 32af332c6fe2ac69f8eba0a01b8b3286c343e259 (patch) | |
tree | 4f134032c1f4036ec74970bad1f0745f7cebaa39 | |
parent | 595a68318000c1652d9245594852a497e039dde7 (diff) | |
download | network-manager-applet-32af332c6fe2ac69f8eba0a01b8b3286c343e259.tar.gz |
c-e: remove leading space in MACsec UI page
[thaller@redhat.com: adjusted original patch and commit message.]
https://gitlab.gnome.org/GNOME/network-manager-applet/-/merge_requests/92
-rw-r--r-- | src/connection-editor/ce-page-macsec.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection-editor/ce-page-macsec.ui b/src/connection-editor/ce-page-macsec.ui index e0374641..a51b70c2 100644 --- a/src/connection-editor/ce-page-macsec.ui +++ b/src/connection-editor/ce-page-macsec.ui @@ -203,7 +203,7 @@ <object class="GtkEntry" id="macsec_ckn"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="tooltip_text" translatable="yes"> The pre-shared Connectivity-association Key Name</property> + <property name="tooltip_text" translatable="yes">The pre-shared Connectivity-association Key Name</property> </object> <packing> <property name="left_attach">1</property> |