mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 09:53:00 +01:00
add invalid version number to strings
This commit is contained in:
parent
b445f8b2a5
commit
9592314730
@ -313,6 +313,7 @@ define({
|
||||
"INVALID_ZIP_FILE" : "{0} is not a valid zipped package",
|
||||
"MISSING_PACKAGE_NAME" : "Missing package name in {0}",
|
||||
"MISSING_PACKAGE_VERSION" : "Missing package version in {0}",
|
||||
"INVALID_VERSION_NUMBER" : "Package version ({0}) is not a valid version number",
|
||||
|
||||
// extensions/default/InlineColorEditor
|
||||
"COLOR_EDITOR_CURRENT_COLOR_SWATCH_TIP" : "Current Color",
|
||||
|
Loading…
Reference in New Issue
Block a user