From ae4750fb3f5f40522bcfadac2d13c28d7d3d7879 Mon Sep 17 00:00:00 2001 From: Burt P Date: Sat, 15 Jul 2017 06:13:12 -0500 Subject: filesystem: make strings translatable Plus a couple other minor tweaks. Signed-off-by: Burt P --- modules/computer/users.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/computer/users.c') diff --git a/modules/computer/users.c b/modules/computer/users.c index dcb332ac..f47320bb 100644 --- a/modules/computer/users.c +++ b/modules/computer/users.c @@ -47,8 +47,8 @@ scan_users_do(void) _("User Information"), _("User ID"), (gint) passwd_->pw_uid, _("Group ID"), (gint) passwd_->pw_gid, - _("Home directory"), passwd_->pw_dir, - _("Default shell"), passwd_->pw_shell); + _("Home Directory"), passwd_->pw_dir, + _("Default Shell"), passwd_->pw_shell); moreinfo_add_with_prefix("COMP", key, val); strend(passwd_->pw_gecos, ','); -- cgit v1.2.3