From 75af3c8fc201b85bb83ed8191a44b1fa4beab30a Mon Sep 17 00:00:00 2001 From: "Marco A. Nina Mena" Date: Tue, 21 Feb 2017 16:16:44 -0400 Subject: [PATCH] Delete * in translation --- .../engine/content/translations/english/processmaker.en.po | 4 ++-- workflow/engine/data/mysql/insert.sql | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/engine/content/translations/english/processmaker.en.po b/workflow/engine/content/translations/english/processmaker.en.po index fbfd252b8..82d77b67a 100644 --- a/workflow/engine/content/translations/english/processmaker.en.po +++ b/workflow/engine/content/translations/english/processmaker.en.po @@ -17494,8 +17494,8 @@ msgstr "Mcrypt Support" # TRANSLATION # LABEL/ID_GENERATE_INFO_SUPPORT #: LABEL/ID_GENERATE_INFO_SUPPORT -msgid "A file with information* about *your System will be generated. It will help the support team provide better support for any issue that may occur." -msgstr "A file with information* about *your System will be generated. It will help the support team provide better support for any issue that may occur." +msgid "A file with information about your System will be generated. It will help the support team provide better support for any issue that may occur." +msgstr "A file with information about your System will be generated. It will help the support team provide better support for any issue that may occur." # TRANSLATION # LABEL/ID_CURRENT_BROWSER_NOT_SUPPORTED diff --git a/workflow/engine/data/mysql/insert.sql b/workflow/engine/data/mysql/insert.sql index 888c9d980..b7f3c88ce 100644 --- a/workflow/engine/data/mysql/insert.sql +++ b/workflow/engine/data/mysql/insert.sql @@ -4420,7 +4420,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','ID_UPDATE_ENVIRONMENT_SETTINGS','en','Update Environment Settings','2014-10-13') , ( 'LABEL','ID_NAME_EXISTS','en','The name exists','2014-10-15') , ( 'LABEL','ID_MCRYPT_SUPPORT','en','Mcrypt Support','2014-10-17') , -( 'LABEL','ID_GENERATE_INFO_SUPPORT','en','A file with information* about *your System will be generated. It will help the support team provide better support for any issue that may occur.','2017-02-21') , +( 'LABEL','ID_GENERATE_INFO_SUPPORT','en','A file with information about your System will be generated. It will help the support team provide better support for any issue that may occur.','2017-02-21') , ( 'LABEL','ID_CURRENT_BROWSER_NOT_SUPPORTED','en','Your browser is not supported. See the list of supported browsers. List of supported browsers is a link to the wiki page: http://wiki.processmaker.com/3.0/Supported_Browsers','2014-10-22') , ( 'LABEL','ID_PMTABLES_CANT_EXPORT','en','There are no tables to export.','2014-10-22') , ( 'LABEL','ID_SUPPORT','en','Support','2014-10-20') ,