From 0cd87e682012f224e2b74531190bb983fdcbb430 Mon Sep 17 00:00:00 2001 From: Florian Schaal <florian@schaal-24.de> Date: Sun, 10 Jan 2016 03:31:27 -0500 Subject: [PATCH] Revert "allow 0 for ISINT" --- interface/web/sites/lib/lang/en_ftp_user.lng | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/interface/web/sites/lib/lang/en_ftp_user.lng b/interface/web/sites/lib/lang/en_ftp_user.lng index a515cf8..9d6a27f 100644 --- a/interface/web/sites/lib/lang/en_ftp_user.lng +++ b/interface/web/sites/lib/lang/en_ftp_user.lng @@ -1,6 +1,6 @@ <?php -$wb["uid_txt"] = 'UID'; -$wb["gid_txt"] = 'GID'; +$wb["uid_txt"] = 'User identifier (UID)'; +$wb["gid_txt"] = 'Group identifier (GID)'; $wb["dir_txt"] = 'Directory'; $wb["quota_files_txt"] = 'Filequota'; $wb["quota_files_unity_txt"] = 'Files'; @@ -32,4 +32,5 @@ $wb['repeat_password_txt'] = 'Repeat Password'; $wb['password_mismatch_txt'] = 'The passwords do not match.'; $wb['password_match_txt'] = 'The passwords do match.'; +$wb['expires_txt'] = 'Expire at'; ?> -- Gitblit v1.9.1