Created
January 11, 2011 18:49
-
-
Save vic/774896 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/Client/GithubAPIController.j b/Client/GithubAPIController.j | |
| index 1317fa5..3f55087 100644 | |
| --- a/Client/GithubAPIController.j | |
| +++ b/Client/GithubAPIController.j | |
| @@ -630,7 +630,7 @@ because one day maybe GitHub will give this to me... :) | |
| else | |
| { | |
| var auth = [self isAuthenticated], | |
| - text = (auth) ? "Make sure your account has sufficiant privalies to modify an issue or reposotory. " : "The action you tried to perfom requires you to be authenticated. Please login."; | |
| + text = (auth) ? "Make sure your account has sufficient privileges to modify an issue or repository. " : "The action you tried to perfom requires you to be authenticated. Please login."; | |
| // this way we only get one alert at a time | |
| if (!warnAlert) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment