diff --git a/src/user/album_add.php b/src/user/album_add.php
index 89dfb47c..28b6452d 100755
--- a/src/user/album_add.php
+++ b/src/user/album_add.php
@@ -29,7 +29,7 @@ $typeid = isset($typeid) && is_numeric($typeid) ? $typeid : 0;
$menutype = 'content';
if (empty($formhtml)) $formhtml = 0;
if ($cfg_ml->IsSendLimited()) {
- ShowMsg("投稿失败,投稿限定次数{$cfg_ml->M_SendMax}次(剩余0次),需要增加次数,请联系网站管理员", "index.php", "0", 5000);
+ ShowMsg("投稿失败,每日投稿次数{$cfg_ml->M_SendMax}次,剩余0次,需要增加次数,请联系网站管理员", "index.php", "0", 5000);
exit();
}
if (empty($dopost)) {
diff --git a/src/user/album_edit.php b/src/user/album_edit.php
index 7befff39..8321060a 100755
--- a/src/user/album_edit.php
+++ b/src/user/album_edit.php
@@ -28,7 +28,7 @@ $aid = isset($aid) && is_numeric($aid) ? $aid : 0;
$menutype = 'content';
if (empty($formhtml)) $formhtml = 0;
if ($cfg_ml->IsSendLimited()) {
- ShowMsg("投稿失败,投稿限定次数{$cfg_ml->M_SendMax}次(剩余0次),需要增加次数,请联系网站管理员", "index.php", "0", 5000);
+ ShowMsg("投稿失败,每日投稿次数{$cfg_ml->M_SendMax}次,剩余0次,需要增加次数,请联系网站管理员", "index.php", "0", 5000);
exit();
}
if (empty($dopost)) {
diff --git a/src/user/archives_add.php b/src/user/archives_add.php
index f92a57dd..de02644f 100755
--- a/src/user/archives_add.php
+++ b/src/user/archives_add.php
@@ -21,7 +21,7 @@ $typeid = isset($typeid) && is_numeric($typeid) ? $typeid : 0;
$mtypesid = isset($mtypesid) && is_numeric($mtypesid) ? $mtypesid : 0;
$menutype = 'content';
if ($cfg_ml->IsSendLimited()) {
- ShowMsg("投稿失败,投稿限定次数{$cfg_ml->M_SendMax}次(剩余0次),需要增加次数,请联系网站管理员", "index.php", "0", 5000);
+ ShowMsg("投稿失败,每日投稿次数{$cfg_ml->M_SendMax}次,剩余0次,需要增加次数,请联系网站管理员", "index.php", "0", 5000);
exit();
}
if (empty($dopost)) {
diff --git a/src/user/archives_sg_add.php b/src/user/archives_sg_add.php
index 00c18de3..ad5c16c9 100755
--- a/src/user/archives_sg_add.php
+++ b/src/user/archives_sg_add.php
@@ -21,7 +21,7 @@ $typeid = isset($typeid) && is_numeric($typeid) ? $typeid : 0;
$mtypesid = isset($mtypesid) && is_numeric($mtypesid) ? $mtypesid : 0;
$menutype = 'content';
if ($cfg_ml->IsSendLimited()) {
- ShowMsg("投稿失败,投稿限定次数{$cfg_ml->M_SendMax}次(剩余0次),需要增加次数,请联系网站管理员", "index.php", "0", 5000);
+ ShowMsg("投稿失败,每日投稿次数{$cfg_ml->M_SendMax}次,剩余0次,需要增加次数,请联系网站管理员", "index.php", "0", 5000);
exit();
}
if (empty($dopost)) {
diff --git a/src/user/article_add.php b/src/user/article_add.php
index 47eaffb5..4b1a962c 100755
--- a/src/user/article_add.php
+++ b/src/user/article_add.php
@@ -21,7 +21,7 @@ $typeid = isset($typeid) && is_numeric($typeid) ? $typeid : 0;
$mtypesid = isset($mtypesid) && is_numeric($mtypesid) ? $mtypesid : 0;
$menutype = 'content';
if ($cfg_ml->IsSendLimited()) {
- ShowMsg("投稿失败,投稿限定次数{$cfg_ml->M_SendMax}次(剩余0次),需要增加次数,请联系网站管理员", "index.php", "0", 5000);
+ ShowMsg("投稿失败,每日投稿次数{$cfg_ml->M_SendMax}次,剩余0次,需要增加次数,请联系网站管理员", "index.php", "0", 5000);
exit();
}
if (empty($dopost)) {
diff --git a/src/user/soft_add.php b/src/user/soft_add.php
index c5dabc24..7463fda0 100755
--- a/src/user/soft_add.php
+++ b/src/user/soft_add.php
@@ -24,7 +24,7 @@ $channelid = isset($channelid) && is_numeric($channelid) ? $channelid : 3;
$typeid = isset($typeid) && is_numeric($typeid) ? $typeid : 0;
$menutype = 'content';
if ($cfg_ml->IsSendLimited()) {
- ShowMsg("投稿失败,投稿限定次数{$cfg_ml->M_SendMax}次(剩余0次),需要增加次数,请联系网站管理员", "index.php", "0", 5000);
+ ShowMsg("投稿失败,每日投稿次数{$cfg_ml->M_SendMax}次,剩余0次,需要增加次数,请联系网站管理员", "index.php", "0", 5000);
exit();
}
if (empty($dopost)) {