mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@64082 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
0686faf64b
commit
9a0e053c1e
@ -183,7 +183,7 @@ showonlydrafts.prototype = {
|
||||
statusMessage(ss.i18n._t('CMSMAIN.FILTEREDTREE'),'good');
|
||||
},
|
||||
onFailure : function(response) {
|
||||
errorMessage(ss.i18n.printf(
|
||||
errorMessage(ss.i18n.sprintf(
|
||||
ss.i18n._t('CMSMAIN.ERRORFILTERPAGES'),
|
||||
response.responseText
|
||||
));
|
||||
@ -276,7 +276,7 @@ batchActionGlobals = {
|
||||
statusMessage(ss.i18n._t('CMSMAIN.SUCCESSUNFILTER'),'good');
|
||||
},
|
||||
onFailure : function(response) {
|
||||
errorMessage(ss.i18n.printf(
|
||||
errorMessage(ss.i18n.sprintf(
|
||||
ss.i18n._t('CMSMAIN.ERRORUNFILTER'),
|
||||
response.responseText
|
||||
));
|
||||
@ -331,7 +331,7 @@ deletepage.prototype = {
|
||||
if(csvIDs || batchActionGlobals.newNodes.length > 0) {
|
||||
batchActionGlobals.count += batchActionGlobals.newNodes.length;
|
||||
|
||||
if(confirm(ss.i18n.printf(
|
||||
if(confirm(ss.i18n.sprintf(
|
||||
ss.i18n._t('CMSMAIN.REALLYDELETEPAGES'),
|
||||
batchActionGlobals.count
|
||||
))) {
|
||||
|
Loading…
Reference in New Issue
Block a user