summaryrefslogtreecommitdiff
path: root/edition.php
diff options
context:
space:
mode:
authorlaetzer <laetzer@users.sourceforge.net>2008-09-19 01:34:37 +0000
committerlaetzer <laetzer@users.sourceforge.net>2008-09-19 01:34:37 +0000
commit039311df6bb56077c69b0c1ebece7696bc2120c1 (patch)
tree69fbfdc021c46305c20eb5552b68f6f239d6427f /edition.php
parentce7f2c03f70ad00179865450f6dce84b090f8b3c (diff)
downloadnewsletters-039311df6bb56077c69b0c1ebece7696bc2120c1.tar.gz
newsletters-039311df6bb56077c69b0c1ebece7696bc2120c1.tar.bz2
newsletters-039311df6bb56077c69b0c1ebece7696bc2120c1.zip
tra() for error/warning/delete messagescreate_permission
Diffstat (limited to 'edition.php')
-rw-r--r--edition.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/edition.php b/edition.php
index 7af31b2..ff2f9a0 100644
--- a/edition.php
+++ b/edition.php
@@ -29,7 +29,11 @@ if (isset($_REQUEST["remove"] ) && $gContent->isValid() ) {
} elseif( empty( $_REQUEST['confirm'] ) ) {
$formHash['remove'] = TRUE;
$formHash['edition_id'] = $gContent->mEditionId;
- $gBitSystem->confirmDialog( $formHash, array( 'warning' => 'Are you sure you want to delete the newsletter edition '.$gContent->getTitle().'?' ) );
+ $gBitSystem->confirmDialog( $formHash,
+ array(
+ 'warning' => tra('Are you sure you want to delete this newsletter edition?'). ' ' . $gContent->getTitle()
+ )
+ );
} else {
if( $gContent->expunge() ) {
header( "Location: ".NEWSLETTERS_PKG_URL.'edition.php' );