* Rename $lang->colon to $lang->hyphen.

This commit is contained in:
liugang
2024-04-28 14:35:26 +08:00
parent 703b3d08c4
commit 1c13a31e99
95 changed files with 319 additions and 319 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ foreach($bugs as $bug)
formBatchPanel
(
set::title($lang->bug->common . $lang->colon . $lang->bug->batchActivate),
set::title($lang->bug->common . $lang->hyphen . $lang->bug->batchActivate),
set::mode('edit'),
set::items($items),
set::data(array_values($bugs))