| author | Maciej Bendkowski | 2012-07-17 08:13:29 (EDT) |
|---|---|---|
| committer | Szymon Brandys | 2012-07-17 08:13:29 (EDT) |
| commit | a72a726672505e4cde9990e432d48dad3126eba1 (patch) (side-by-side diff) | |
| tree | f8586d026a6eccfebdd7459a199eb468ec3f2a1d | |
| parent | e1dec40449882d8dee90023de0cdff50ff64ce12 (diff) | |
| download | org.eclipse.orion.client-a72a726672505e4cde9990e432d48dad3126eba1.zip org.eclipse.orion.client-a72a726672505e4cde9990e432d48dad3126eba1.tar.gz org.eclipse.orion.client-a72a726672505e4cde9990e432d48dad3126eba1.tar.bz2 | |
bug 381735 - missing key added to gitMessages.jsv20120717-1213
| -rw-r--r-- | bundles/org.eclipse.orion.client.git/web/git/nls/root/gitmessages.js | 3 |
1 files changed, 2 insertions, 1 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 8482503..0245392 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 @@ -344,5 +344,6 @@ define({ "Default target location" : "Default target location",
"Change..." : "Change...", "Merge Squash": "Merge Squash",
- "Squash the content of the branch to the index" : "Squash the content of the branch to the index" + "Squash the content of the branch to the index" : "Squash the content of the branch to the index",
+ "Local Branch Name:" : "Local Branch Name:" }); |

