diff options
| -rw-r--r-- | src/main/resources/lang/en_us.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/lang/en_us.json b/src/main/resources/lang/en_us.json index 6e008f1..fe1ac62 100644 --- a/src/main/resources/lang/en_us.json +++ b/src/main/resources/lang/en_us.json | |||
| @@ -51,7 +51,7 @@ | |||
| 51 | "popup_menu.javadoc": "Edit Javadoc", | 51 | "popup_menu.javadoc": "Edit Javadoc", |
| 52 | "popup_menu.inheritance": "Show Inheritance", | 52 | "popup_menu.inheritance": "Show Inheritance", |
| 53 | "popup_menu.implementations": "Show Implementations", | 53 | "popup_menu.implementations": "Show Implementations", |
| 54 | "popup_menu.calls": "Show Calls", | 54 | "popup_menu.calls": "Show Calls (All Implementations)", |
| 55 | "popup_menu.calls.specific": "Show Calls (Specific)", | 55 | "popup_menu.calls.specific": "Show Calls (Specific)", |
| 56 | "popup_menu.declaration": "Go to Declaration", | 56 | "popup_menu.declaration": "Go to Declaration", |
| 57 | "popup_menu.back": "Go back", | 57 | "popup_menu.back": "Go back", |