From 4e41bcdb7e8ba0a3739e78cc8baff4377ae42fed Mon Sep 17 00:00:00 2001 From: Artem Iliukhin Date: Tue, 12 Dec 2023 10:14:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2?= =?UTF-8?q?=20=D1=81=D0=B2=D0=BE=D0=B9=D1=81=D1=82=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/com/e1c/v8codestyle/md/check/messages.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages.properties b/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages.properties index 35b9b605..b1d778dc 100644 --- a/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages.properties +++ b/bundles/com.e1c.v8codestyle.md/src/com/e1c/v8codestyle/md/check/messages.properties @@ -13,9 +13,9 @@ CommonModuleNameClient_title = Client common module should end with Client suffi CommonModuleNameGlobalClientCheck_Description = Client global common module should end with Client suffix -CommonModuleNameGlobalClientCheck_Message = Client global client common module should not have "{0}" suffix +CommonModuleNameGlobalClientCheck_Message = Client global common module should not have "{0}" suffix -CommonModuleNameGlobalClientCheck_Title = Client global client common module should end with Client suffix +CommonModuleNameGlobalClientCheck_Title = Client global common module should end with Client suffix CommonModuleNameGlobal_Description = Global common module should end with Global suffix