Dotclear

Changeset 1708:55ede39e4b9a for inc/core


Ignore:
Timestamp:
09/04/13 00:06:24 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.5
Message:

Updates error messages (might be reviewed later), fixes #1406

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/core/class.dc.media.php

    r1705 r1708  
    7676               # Check public directory 
    7777               if ( $core->auth->isSuperAdmin() ) { 
    78                     throw new Exception(__("There is no directory /public/ write to the location indicated in about:config \"public_path\". You must create this directory in the specified location, or change the settings and assign permissions to read, write and execute for everyone.")); 
     78                    throw new Exception(__("There is no writable directory /public/ at the location set in about:config \"public_path\". You must create this directory with sufficient rights (or change this setting).")); 
    7979               } else { 
    80                     throw new Exception(__("There is no directory /public/ write to the location indicated in about:config \"public_path\". You must contact your administrator.")); 
     80                    throw new Exception(__("There is no writable root directory for the media manager. You should contact your administrator.")); 
    8181               } 
    8282          } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map