diff options
| author | 2020-04-24 18:40:36 +0200 | |
|---|---|---|
| committer | 2020-04-24 17:40:36 +0100 | |
| commit | e87c5f0a349ce329ce3099d41536965c435da259 (patch) | |
| tree | ad04a168e47754fb8ac39a51f4566a5464be6660 /src/main | |
| parent | Add a configurable scale factor (#230) (diff) | |
| download | enigma-e87c5f0a349ce329ce3099d41536965c435da259.tar.gz enigma-e87c5f0a349ce329ce3099d41536965c435da259.tar.xz enigma-e87c5f0a349ce329ce3099d41536965c435da259.zip | |
Highlight the difference between popup_menu.calls and popup_menu.calls.specific (#231)
Diffstat (limited to 'src/main')
| -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 6e008f17..fe1ac621 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", |