users: Rename "Add Enterprise User" to "Add Enterprise Login"

This button is labelled as "Add Enterprise Login" in
the mockups[1].

Also:
- Add missing mnemonic
- Add ellipsis to the button label, since it's required
when the button triggers further user interaction[2]

[1] a0e4f828ec
[2] https://developer.gnome.org/hig/guidelines/writing-style.html#ellipses
This commit is contained in:
Automeris naranja 2024-03-13 13:43:46 -03:00 committed by Felipe Borges
parent 7bd8dd69cf
commit 2b1a66d7ce

View file

@ -43,7 +43,8 @@
<child>
<object class="GtkButton" id="add_enterprise_user_button">
<property name="visible">False</property>
<property name="label" translatable="yes">Add Enterprise User</property>
<property name="label" translatable="yes">Add _Enterprise Login…</property>
<property name="use_underline">True</property>
<property name="halign">center</property>
<signal name="clicked" handler="add_enterprise_user" object="CcUsersPage" swapped="yes"/>
<style>