Ignore:
Timestamp:
Jul 9, 2011, 3:30:34 PM (13 years ago)
Author:
Mattias
Message:

Fixed bugs in modify.php, it works now, though it still looks awfull :-/
Added language for the error message in admin.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Copyrights/admin.php

    r11656 r11675  
    6363
    6464    if ($counter != 0) { // The copyright exists already
    65       array_push($page['errors'], l10n('This copyright already exists'));
     65      array_push($page['errors'], l10n('This copyright already exists.'));
    6666    } else { // The copyright did not yet exist
    6767      // Compose a query to insert the copyright
Note: See TracChangeset for help on using the changeset viewer.