Changeset 25005 for trunk/admin/languages_new.php
- Timestamp:
- Oct 19, 2013, 1:04:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/languages_new.php
r13962 r25005 43 43 if (!is_writable($languages_dir)) 44 44 { 45 array_push( 46 $page['errors'], 47 sprintf( 48 l10n('Add write access to the "%s" directory'), 49 'language' 50 ) 51 ); 45 $page['errors'][] = l10n('Add write access to the "%s" directory', 'language'); 52 46 } 53 47 … … 100 94 array_push( 101 95 $page['errors'], 102 sprintf(l10n('An error occured during extraction (%s).'), htmlspecialchars($_GET['installstatus']))96 l10n('An error occured during extraction (%s).', htmlspecialchars($_GET['installstatus'])) 103 97 ); 104 98 }
Note: See TracChangeset
for help on using the changeset viewer.