Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated PROJECT_NO_AVAILABLE_PLATFORMS string to a meaningful string #446

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"PROJECT_CFG_GET_VALUE_FAILED_FMT" : "Can't get value of '%s' in file '%s'.",
"PROJECT_CFG_INVALID_LANG_FMT" : "The value of '%s' must be one of (%s)",
"PROJECT_INVALID_PLATFORM_FMT" : "Current available platforms : %s. '%s' is not available.",
"PROJECT_NO_AVAILABLE_PLATFORMS" : "There are not available platforms.",
"PROJECT_NO_AVAILABLE_PLATFORMS" : "There are no available platforms.",
"PROJECT_SPECIFY_PLATFORM_FMT" : "The target platform is not specified.\nYou can specify a target platform with '-p' or '--platform'.\nAvailable platforms : %s",
"PROJECT_INFO_FOUND_CUSTOM_STEP_FMT" : "Find custom step script: %s.",
"PROJECT_WARNING_CUSTOM_SCRIPT_NOT_FOUND_FMT" : "Can't find custom step script %s",
Expand Down