diff options
Diffstat (limited to 'admin/themes/default/template/batch_manager_global.tpl')
-rw-r--r-- | admin/themes/default/template/batch_manager_global.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl index 70ebc137f..080d7ea5f 100644 --- a/admin/themes/default/template/batch_manager_global.tpl +++ b/admin/themes/default/template/batch_manager_global.tpl @@ -738,7 +738,8 @@ jQuery(window).load(function() { <div id="action_regenerateWebsize" class="bulkAction"> <p> <img src="admin/themes/default/icon/warning.png" alt="!" style="vertical-align:middle;"> - {'Only photos with HD can be regenerated!'|@translate} + {'By default, Piwigo will create a new websize from the HD (high definition) version of your photo.'|@translate} + {'If no HD is available and if the current websize is bigger than resize dimensions, Piwigo will move it as HD and create a downsized websize photo from it.'|@translate} </p> <table style="margin:10px 20px;"> |