diff options
| author | 2020-04-04 17:59:41 +0200 | |
|---|---|---|
| committer | 2020-04-04 11:59:41 -0400 | |
| commit | 54a23336a06e43bfb2c19c7cdead5594f06edd16 (patch) | |
| tree | 1bbee080c828e8c77aedc6e4fab555ae7b632a3a /src/main/resources/lang/en_us.json | |
| parent | Fix division by zero (#189) (diff) | |
| download | enigma-fork-54a23336a06e43bfb2c19c7cdead5594f06edd16.tar.gz enigma-fork-54a23336a06e43bfb2c19c7cdead5594f06edd16.tar.xz enigma-fork-54a23336a06e43bfb2c19c7cdead5594f06edd16.zip | |
Added export functionality to CrashDialog.java (#208)
* Added export functionality to CrashDialog.java
* Update french crash.export translation
Co-Authored-By: Yanis48 <doublecraft.official@gmail.com>
Co-authored-by: Yanis48 <doublecraft.official@gmail.com>
Diffstat (limited to 'src/main/resources/lang/en_us.json')
| -rw-r--r-- | src/main/resources/lang/en_us.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/lang/en_us.json b/src/main/resources/lang/en_us.json index dbba198..9c114bb 100644 --- a/src/main/resources/lang/en_us.json +++ b/src/main/resources/lang/en_us.json | |||
| @@ -111,6 +111,7 @@ | |||
| 111 | 111 | ||
| 112 | "crash.title": "%s - Crash Report", | 112 | "crash.title": "%s - Crash Report", |
| 113 | "crash.summary": "%s has crashed! =(", | 113 | "crash.summary": "%s has crashed! =(", |
| 114 | "crash.export": "Export", | ||
| 114 | "crash.ignore": "Ignore", | 115 | "crash.ignore": "Ignore", |
| 115 | "crash.exit": "Exit", | 116 | "crash.exit": "Exit", |
| 116 | "crash.exit.warning": "If you choose exit, you will lose any unsaved work." | 117 | "crash.exit.warning": "If you choose exit, you will lose any unsaved work." |