user-accounts: Rename "Last Login" entry to "Account Activity"

According to the mockups at
https://gitlab.gnome.org/Teams/Design/settings-mockups/raw/master/users/users.png

Other than renaming the label, we prepend "Last login" to the
date-time string.

Fixes #771
This commit is contained in:
Felipe Borges 2020-01-14 12:35:44 +01:00 committed by Ondrej Holy
parent 6db4d9e933
commit 8a1c6f696e

View file

@ -497,7 +497,7 @@
<object class="GtkLabel"> <object class="GtkLabel">
<property name="visible">True</property> <property name="visible">True</property>
<property name="xalign">1</property> <property name="xalign">1</property>
<property name="label" translatable="yes">Last Login</property> <property name="label" translatable="yes">Account Activity</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="mnemonic_widget">last_login_button_label</property> <property name="mnemonic_widget">last_login_button_label</property>
</object> </object>