| author | Edyta Przymus | 2012-08-28 07:50:50 (EDT) |
|---|---|---|
| committer | Szymon Brandys | 2012-09-03 09:55:16 (EDT) |
| commit | d5262c353ecdfb3d3704e6e0b77f38b082d63c7c (patch) (side-by-side diff) | |
| tree | 9e2a38ffbd6c776a8d2ee6f848d3d9d3337a1e1f | |
| parent | 8c828e5cd0db3f6a61aef466ca91d9b7cf2cc391 (diff) | |
| download | org.eclipse.orion.client-d5262c353ecdfb3d3704e6e0b77f38b082d63c7c.zip org.eclipse.orion.client-d5262c353ecdfb3d3704e6e0b77f38b082d63c7c.tar.gz org.eclipse.orion.client-d5262c353ecdfb3d3704e6e0b77f38b082d63c7c.tar.bz2 | |
Bug 387920 - Sentence fragments in org.eclipse.orion.client.git\web\git\nls\root\gitmessages.jsv20120903-1355
| -rw-r--r-- | bundles/org.eclipse.orion.client.git/web/git/nls/root/gitmessages.js | 2 | ||||
| -rw-r--r-- | bundles/org.eclipse.orion.client.git/web/orion/git/widgets/ReviewRequestDialog.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.orion.client.git/web/git/nls/root/gitmessages.js b/bundles/org.eclipse.orion.client.git/web/git/nls/root/gitmessages.js index 3e654f0..24bb829 100644 --- a/bundles/org.eclipse.orion.client.git/web/git/nls/root/gitmessages.js +++ b/bundles/org.eclipse.orion.client.git/web/git/nls/root/gitmessages.js @@ -362,5 +362,5 @@ define({ "Ask for review tooltip" : "Send email with request for commit review",
"Reviewer name" : "Reviewer name",
"Contribution Review Request" : "Contribution Review Request",
- "or sent the link to the reviewer" : "or sent the link to the reviewer" + "Send the link to the reviewer" : "Send the link to the reviewer" }); diff --git a/bundles/org.eclipse.orion.client.git/web/orion/git/widgets/ReviewRequestDialog.js b/bundles/org.eclipse.orion.client.git/web/orion/git/widgets/ReviewRequestDialog.js index bbe118c..dadee5b 100644 --- a/bundles/org.eclipse.orion.client.git/web/orion/git/widgets/ReviewRequestDialog.js +++ b/bundles/org.eclipse.orion.client.git/web/orion/git/widgets/ReviewRequestDialog.js @@ -44,7 +44,7 @@ var ReviewRequestDialog = dojo.declare("orion.git.widgets.ReviewRequestDialog", postMixInProperties : function() { this.options.title = this.options.title || messages["Contribution Review Request"]; this.selectFile = messages["Paste link in email or IM"]; - this.reviewerName = messages["or sent the link to the reviewer"]; + this.reviewerName = messages["Send the link to the reviewer"]; this.inherited(arguments); }, |

