瀏覽代碼

Fix for a non localized message.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2802 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 12 年之前
父節點
當前提交
3e914da8bf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/UI.php

+ 1 - 1
pages/UI.php

@@ -665,7 +665,7 @@ try
 		$oFilter = DBObjectSearch::unserialize($sFilter); // TO DO : check that the filter is valid
 		$sClass = $oFilter->GetClass();	
 		$oChecker = new ActionChecker($oFilter, UR_ACTION_BULK_MODIFY);
-		$oP->add("<h1>Modify All...</h1>\n");			
+		$oP->add("<h1>".Dict::S('UI:ModifyAllPageTitle')."</h1>\n");			
 		
 		DisplayMultipleSelectionForm($oP, $oFilter, 'form_for_modify_all', $oChecker);
 		break;