| author | Maciej Bendkowski | 2012-07-05 10:49:53 (EDT) |
|---|---|---|
| committer | Malgorzata Janczarska | 2012-07-05 10:49:53 (EDT) |
| commit | cafca7acd3433d6c106ea052ec3a17fe60644993 (patch) (side-by-side diff) | |
| tree | 93e99d96390e7356fe8ebe67bcef86920353f5eb | |
| parent | 64473a6d25b5d7486508b8daf88123a0bfd9933e (diff) | |
| download | org.eclipse.orion.client-cafca7acd3433d6c106ea052ec3a17fe60644993.zip org.eclipse.orion.client-cafca7acd3433d6c106ea052ec3a17fe60644993.tar.gz org.eclipse.orion.client-cafca7acd3433d6c106ea052ec3a17fe60644993.tar.bz2 | |
Bug 381772 A few keyboard shortcut descriptions are not externalizedv20120705-1449
| -rw-r--r-- | bundles/org.eclipse.orion.client.core/web/orion/edit/nls/root/messages.js | 3 | ||||
| -rw-r--r-- | bundles/org.eclipse.orion.client.core/web/orion/editorCommands.js | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/bundles/org.eclipse.orion.client.core/web/orion/edit/nls/root/messages.js b/bundles/org.eclipse.orion.client.core/web/orion/edit/nls/root/messages.js index 11c68ac..68078f3 100644 --- a/bundles/org.eclipse.orion.client.core/web/orion/edit/nls/root/messages.js +++ b/bundles/org.eclipse.orion.client.core/web/orion/edit/nls/root/messages.js @@ -27,5 +27,6 @@ define({ "Go to specified line number": "Go to specified line number", "Go to line:": "Go to line:", "Undo": "Undo", - "Redo": "Redo" + "Redo": "Redo", + "Find": "Find" });
\ No newline at end of file diff --git a/bundles/org.eclipse.orion.client.core/web/orion/editorCommands.js b/bundles/org.eclipse.orion.client.core/web/orion/editorCommands.js index e66eaf4..37e773b 100644 --- a/bundles/org.eclipse.orion.client.core/web/orion/editorCommands.js +++ b/bundles/org.eclipse.orion.client.core/web/orion/editorCommands.js @@ -182,8 +182,8 @@ exports.EditorCommandFactory = (function() { }); var that = this; var findCommand = new mCommands.Command({ - name: "Find", - tooltip: "Find", + name: messages["Find"], + tooltip: messages["Find"], id: "orion.editor.find", //$NON-NLS-0$ parameters: findParameter, callback: function(data) { |

