user-accounts: Re-label "Remove Account" button to "Remove User"

"Remove User" matches better to "Add User" than "Remove Account".

https://bugzilla.gnome.org/show_bug.cgi?id=778458
This commit is contained in:
Felipe Borges 2017-02-12 13:36:31 +01:00
parent 92e99f677f
commit c1f56c3e4a

View file

@ -423,7 +423,7 @@
<property name="halign">GTK_ALIGN_END</property>
<property name="valign">GTK_ALIGN_END</property>
<property name="border_width">20</property>
<property name="label" translatable="yes">Remove Account</property>
<property name="label" translatable="yes">Remove User</property>
<style>
<class name="destructive-action"/>
</style>