System window update button tooltip has been changed

pull/14/head
parent 40388c386b
commit b491460878

@ -101,7 +101,7 @@
#define PRIMARY_GROUP_LABEL _("Primary group") #define PRIMARY_GROUP_LABEL _("Primary group")
#define HOME_DIRECTORY_LABEL _("Home directory") #define HOME_DIRECTORY_LABEL _("Home directory")
#define GROUP_LABEL _("Group") #define GROUP_LABEL _("Group")
#define UPDATE_SYSTEM_LABEL _("Update") #define UPDATE_SYSTEM_LABEL _("Update the system users and groups list")
#define TOGGLE_SYSTEM_LABEL _("Toggle system groups and users") #define TOGGLE_SYSTEM_LABEL _("Toggle system groups and users")
#define PASSWORD_MISMATCH_LABEL _("Password mismatch") #define PASSWORD_MISMATCH_LABEL _("Password mismatch")

@ -98,7 +98,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">True</property> <property name="can-focus">True</property>
<property name="receives-default">True</property> <property name="receives-default">True</property>
<property name="tooltip-text" translatable="yes">Update</property> <property name="tooltip-text" translatable="yes">Update the system users and groups list</property>
<property name="image">image2</property> <property name="image">image2</property>
<style> <style>
<class name="thin"/> <class name="thin"/>

@ -314,7 +314,7 @@ msgid "Group"
msgstr "" msgstr ""
#: source/ubl-strings.h:104 #: source/ubl-strings.h:104
msgid "Update" msgid "Update the system users and groups list"
msgstr "" msgstr ""
#: source/ubl-strings.h:105 #: source/ubl-strings.h:105

@ -318,8 +318,8 @@ msgid "Group"
msgstr "Группа" msgstr "Группа"
#: source/ubl-strings.h:104 #: source/ubl-strings.h:104
msgid "Update" msgid "Update the system users and groups list"
msgstr "Обновить" msgstr "Обновить список пользователей и групп системы"
#: source/ubl-strings.h:105 #: source/ubl-strings.h:105
msgid "Toggle system groups and users" msgid "Toggle system groups and users"

Loading…
Cancel
Save