Index: branches/5.0.x/core/units/categories/categories_tag_processor.php =================================================================== diff -u -r12325 -r12335 --- branches/5.0.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 12325) +++ branches/5.0.x/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 12335) @@ -1,6 +1,6 @@ -
Edit content '.(defined('DEBUG_MODE') && DEBUG_MODE ? " - #{$num}" : '').'
+
' . $this->Application->Phrase('la_btn_EditContent', false) . ' '.(defined('DEBUG_MODE') && DEBUG_MODE ? " - #{$num}" : '').'
'; @@ -1449,7 +1449,7 @@
-
Section Properties
+
' . $this->Application->Phrase('la_btn_SectionProperties', false) . '
' . "\n"; } elseif (EDITING_MODE == EDITING_MODE_DESIGN) { $url_params = Array( @@ -1474,21 +1474,21 @@
-
Save changes
+
' . $this->Application->Phrase('la_btn_SaveChanges', false) . '
-
Cancel
+
' . $this->Application->Phrase('la_btn_Cancel', false) . '
-
Section Template
+
' . $this->Application->Phrase('la_btn_SectionTemplate', false) . '
' . "\n"; }