This commit is contained in:
estellbright
2018-07-13 15:40:56 +08:00
parent 2b0f70a646
commit cc334e3d8c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ $lang->upgrade->warnningContent = <<<EOT
</pre>
EOT;
$lang->upgrade->createFileWinCMD = 'Open command line, execute <strong style="color:#ed980f">echo > %s</strong>';
$lang->upgrade->createFileLinuxCMD = 'Execute in command line: <strong style="color:#ed980f">touch %s;</strong>';
$lang->upgrade->createFileLinuxCMD = 'Execute in command line: <strong style="color:#ed980f">touch %s</strong>';
$lang->upgrade->setStatusFile = '<h4>Please finish the following action</h4>
<ul style="line-height:1.5;font-size:13px;">
<li>%s</li>
+1 -1
View File
@@ -28,7 +28,7 @@ $lang->upgrade->warnningContent = <<<EOT
</pre>
EOT;
$lang->upgrade->createFileWinCMD = '打开命令行,执行<strong style="color:#ed980f">echo > %s</strong>';
$lang->upgrade->createFileLinuxCMD = '在命令行执行: <strong style="color:#ed980f">touch %s;</strong>';
$lang->upgrade->createFileLinuxCMD = '在命令行执行: <strong style="color:#ed980f">touch %s</strong>';
$lang->upgrade->setStatusFile = '<h4>升级之前请先完成下面的操作:</h4>
<ul style="line-height:1.5;font-size:13px;">
<li>%s</li>