locales/en.yml in lita-github-0.0.2 vs locales/en.yml in lita-github-0.0.3

- old
+ new

@@ -5,11 +5,11 @@ status: good: "GitHub is reporting that all systems are green!" minor: "GitHub is reporting minor issues (status:yellow)! Last message:\n%{created_on} :: %{body}" major: "GitHub is reporting major issues (status:red)! Last message:\n%{created_on} :: %{body}" github_repo: - method_disabled: "Sorry, this function has been disabled in the config" + method_disabled: "Sorry, this function has either been disabled or not enabled in the config" repo_create: pass: "Created %{org}/%{repo}: %{repo_url}" fail: "Unable to create %{org}/%{repo}" exists: "Unable to create %{org}/%{repo} as it already exists" repo_delete: @@ -17,8 +17,11 @@ fail: "Unable to delete %{org}/%{repo}" not_found: "That repo (%{org}/%{repo}) does not exist" repo_info: reply: "%{repo} (private:%{private}) :: %{url}\nDesc: %{description}\nIssues: %{issues_count} PRs: %{pr_count}" github_pr: - repo_merge: + method_disabled: "Sorry, this function has either been disabled or not enabled in the config" + exception: "An unexpected exception was hit during the GitHub API operation. Please make sure all arguments are proper and try again, or try checking the GitHub status (gh status)" + not_found: "Pull request #%{pr} on %{org}/%{repo} not found" + pr_merge: pass: "Merged pull request #%{pr} from %{org}/%{branch}\n%{title}" - fail: "Failed trying to merge PR #%{pr} (%{title}) :: %{url}" + fail: "Failed trying to merge PR #%{pr} (%{title}) :: %{url}\nMessage: %{msg}"