1
0
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:
Kevin Dangoor 2013-03-12 09:40:16 -04:00 committed by Narciso Jaramillo
parent b445f8b2a5
commit 9592314730

View File

@ -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",