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:
parent
7bd8dd69cf
commit
2b1a66d7ce
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue