Github: fix error message

This commit is contained in:
Aleksey Pivovarov
2013-06-27 15:11:00 +04:00
parent aec4aa7694
commit 9759af6d97
@@ -64,7 +64,7 @@ public class GithubShareDialog extends DialogWrapper {
return;
}
if (!GITHUB_REPO_PATTERN.matcher(repositoryName).matches()){
setErrorText("Invalid repository name. Name should consist of letters, numbers, dashes and underscores");
setErrorText("Invalid repository name. Name should consist of letters, numbers, dashes, dots and underscores");
setOKActionEnabled(false);
return;
}