Index: branches/5.0.x/core/kernel/nparser/nparser.php
===================================================================
diff -u -r12323 -r12335
--- branches/5.0.x/core/kernel/nparser/nparser.php (.../nparser.php) (revision 12323)
+++ branches/5.0.x/core/kernel/nparser/nparser.php (.../nparser.php) (revision 12335)
@@ -1,6 +1,6 @@
Application->Phrase('la_btn_EditDesign', false);
$btn_class = 'cms-edit-design-btn';
$btn_container_class = 'block-edit-design-btn-container';
}
else {
- $btn_text = 'Edit block';
+ $btn_text = $this->Application->Phrase('la_btn_EditBlock', false);
$btn_class = 'cms-edit-block-btn';
$btn_container_class = 'block-edit-block-btn-container';
}
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 @@
-