Skip to content

Commit b696404

Browse files
committed
Add a new empty line to the end of the properties
1 parent c8ae8f9 commit b696404

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

resources/magento2/common.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ common.module.license=Module's license(s)
55
common.module.dependencies=Module Dependencies
66
common.module.description=Module Description
77
common.ok=OK
8-
common.cancel=Cancel
8+
common.cancel=Cancel
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
inspection.plugin.duplicateInSameFile=The plugin name already used in this file. For more details see Inspection Description.
2-
inspection.plugin.duplicateInOtherPlaces=The plugin name "{0}" for targeted "{1}" class is already used in the module "{2}" ({3} scope). For more details see Inspection Description.
2+
inspection.plugin.duplicateInOtherPlaces=The plugin name "{0}" for targeted "{1}" class is already used in the module "{2}" ({3} scope). For more details see Inspection Description.

resources/magento2/validation.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ validator.class.alreadyDeclared={0} already declared in the target module
1212
validator.magentoVersionInvalid=Please specify valid Magento version or use 'any' keyword as default
1313
validator.class.targetClassNotFound=Target class is not found. Check the di.xml file
1414
validator.moduleNameIsTheSameAsPackage=Module name must be different from the package name
15-
validator.mustNotBeEmptyShouldContainLettersOrNumbers=Must not be empty, should contain letters or numbers
15+
validator.mustNotBeEmptyShouldContainLettersOrNumbers=Must not be empty, should contain letters or numbers

0 commit comments

Comments
 (0)