Skip to content

Commit

Permalink
MP: Sprachkeys korrigiert (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan authored and staabm committed Jun 14, 2018
1 parent 04fcebc commit 431a3e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ function rex_mediapool_syncFile($physical_filename, $category_id, $title, $files
function rex_mediapool_deleteMedia($filename)
{
if ($uses = rex_mediapool_mediaIsInUse($filename)) {
$msg = '<strong>' . rex_i18n::msg('pool_file_delete_error_1', $filename) . ' '
. rex_i18n::msg('pool_file_delete_error_2') . '</strong><br />' . $uses;
$msg = '<strong>' . rex_i18n::msg('pool_file_delete_error', $filename) . ' '
. rex_i18n::msg('pool_object_in_use_by') . '</strong><br />' . $uses;
return ['ok' => false, 'msg' => $msg];
}

Expand Down

0 comments on commit 431a3e7

Please sign in to comment.