Ignore:
Timestamp:
Dec 1, 2011, 10:02:52 PM (12 years ago)
Author:
rvelices
Message:

language cleanup (exact duplicates or almost same duplicate - capital/lower case first letter ...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/user_list.php

    r10856 r12681  
    203203    else if ($_POST['password'] != $_POST['password_conf'])
    204204    {
    205       array_push($page['errors'], l10n('Password confirmation error.'));
     205      array_push($page['errors'], l10n('The passwords do not match'));
    206206    }
    207207    else
Note: See TracChangeset for help on using the changeset viewer.