Index: install/english.lang =================================================================== --- install/english.lang (revision 15639) +++ install/english.lang (working copy) @@ -1365,6 +1365,7 @@ VXNlcnM= VmVyc2lvbg== Vmlldw== + QWRkaW5nIEFkbWluaXN0cmF0b3I= QWRkaW5nIEJhbiBSdWxl QWRkaW5nIENvdW50cnkvU3RhdGU= QWRkaW5nIEN1c3RvbSBGaWVsZA== @@ -1417,6 +1418,7 @@ Q1NWIEltcG9ydA== Q3VzdG9t Q3VzdG9tIEZpZWxkcw== + RWRpdGluZyBBZG1pbmlzdHJhdG9y RWRpdGluZyBCYW4gUnVsZQ== RWRpdGluZyBDaGFuZ2VzIExvZw== Q29udGVudCBFZGl0b3IgLSBBdXRvLXNhdmVkIGF0ICVz Index: units/users/users_config.php =================================================================== --- units/users/users_config.php (revision 15639) +++ units/users/users_config.php (working copy) @@ -157,6 +157,8 @@ ), 'admins_edit' => Array ( + 'new_status_labels' => Array ('u' => '!la_title_AddingAdministrator!'), + 'edit_status_labels' => Array ('u' => '!la_title_EditingAdministrator!'), 'prefixes' => Array ('u'), 'format' => "#u_status# #u_titlefield#", 'toolbar_buttons' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'), ),