Merge pull request #22483 from eileenmcnaughton/token1
[civicrm-core.git] / CRM / Core / I18n / Form.php
index 6beb1d669dafc6cf9c783d1e31944a3558206060..f17c019e06538ae436c0e0d37b5f51da266ea47e 100644 (file)
@@ -80,7 +80,7 @@ class CRM_Core_I18n_Form extends CRM_Core_Form {
 
     $this->addDefaultButtons(ts('Save'), 'next', NULL);
 
-    CRM_Utils_System::setTitle(ts('Languages'));
+    $this->setTitle(ts('Languages'));
 
     $this->assign('locales', $this->_locales);
     $this->assign('field', $field);