summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorGravatar 2xsaiko2020-04-29 18:24:29 +0200
committerGravatar GitHub2020-04-29 12:24:29 -0400
commit0eff06096bc4852f2580f20a0c5bf970ecf66987 (patch)
treefc6c996c66abde850aa8598a24da134c37d1d531 /src/main/resources
parentThis doesn't need to be scaled, potentially fixes circular class loading cras... (diff)
downloadenigma-0eff06096bc4852f2580f20a0c5bf970ecf66987.tar.gz
enigma-0eff06096bc4852f2580f20a0c5bf970ecf66987.tar.xz
enigma-0eff06096bc4852f2580f20a0c5bf970ecf66987.zip
Rewrite search dialog (#233)
* Fix searching * Make buttons use localization * Fix rename field opening when pressing shift+space * Tweak search algorithm * Add a bit of documentation * Remove duplicate example line * Use max() when building the inner map instead of overwriting the old value * Keep search dialog state * Formatting * Fix cursor key selection not scrolling to selected item * Don't set font size * Rename close0 to exit * Fix wrong scrolling when selecting search dialog entry
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/lang/en_us.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/lang/en_us.json b/src/main/resources/lang/en_us.json
index fe1ac621..a8b33064 100644
--- a/src/main/resources/lang/en_us.json
+++ b/src/main/resources/lang/en_us.json
@@ -113,6 +113,8 @@
113 "prompt.close.save": "Save and close", 113 "prompt.close.save": "Save and close",
114 "prompt.close.discard": "Discard changes", 114 "prompt.close.discard": "Discard changes",
115 "prompt.close.cancel": "Cancel", 115 "prompt.close.cancel": "Cancel",
116 "prompt.open": "Open",
117 "prompt.cancel": "Cancel",
116 118
117 "crash.title": "%s - Crash Report", 119 "crash.title": "%s - Crash Report",
118 "crash.summary": "%s has crashed! =(", 120 "crash.summary": "%s has crashed! =(",