diff options
author | 2020-03-18 22:43:27 -0400 | |
---|---|---|
committer | 2020-03-18 22:43:27 -0400 | |
commit | 612c43f3b1c0351fe2601ed73024d39bacd4ed52 (patch) | |
tree | e8b422252d6ee8e9ed9790ab0b7732049f992c7b /core/locale.conf | |
parent | 9b02a146612e1a2e15b7bb8d2a5185f1d3925572 (diff) | |
download | textadept-612c43f3b1c0351fe2601ed73024d39bacd4ed52.tar.gz textadept-612c43f3b1c0351fe2601ed73024d39bacd4ed52.zip |
Added `ui.dialogs.progressbar()` and utilize it with Find in Files.
Diffstat (limited to 'core/locale.conf')
-rw-r--r-- | core/locale.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/locale.conf b/core/locale.conf index bdeb6a84..ea100822 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -121,10 +121,6 @@ Select Directory = Select Directory # The "Find in Files" result for text found in a binary file. This result is # shown in place of binary buffer text. Binary file matches. = Binary file matches. -# The text displayed in a dialog when the user is prompted to continue a "Find -# in Files" search that has taken longer than X seconds to complete. -Continue? = Continue? -Still searching in files... Continue waiting? = Still searching in files... Continue waiting? # The message displayed when a "Find in Files" search is aborted by the user. Find in Files aborted = Find in Files aborted # The statusbar text shown after performing a "Replace All". |