From bee9ddbfdf9dcf6332fce9dce7f8bbacca52b2c2 Mon Sep 17 00:00:00 2001 From: Akbar Date: Tue, 13 Feb 2018 16:09:30 +0530 Subject: [ticket/12579] Add "BUTTON_" strings for Post and PM buttons PHPBB3-12579 --- phpBB/styles/prosilver/template/ucp_pm_viewmessage.html | 8 ++++---- phpBB/styles/prosilver/template/viewtopic_body.html | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html index 4295867c05..2ed0189c21 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html @@ -91,28 +91,28 @@
  • - {L_POST_EDIT_PM} + {L_BUTTON_EDIT}
  • - {L_DELETE_MESSAGE} + {L_BUTTON_DELETE}
  • - {L_REPORT_PM} + {L_BUTTON_REPORT}
  • - {L_POST_QUOTE_PM} + {L_BUTTON_QUOTE}
  • diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 40249f24eb..a9136e1810 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -242,35 +242,35 @@
  • - {L_DELETE_POST} + {L_BUTTON_DELETE}
  • - {L_REPORT_POST} + {L_BUTTON_REPORT}
  • - {L_WARN_USER} + {L_BUTTON_WARN}
  • - {L_INFORMATION} + {L_BUTTON_INFORMATION}
  • - {L_QUOTE} + {L_BUTTON_QUOTE}
  • -- cgit v1.2.1