diff options
author | 2020-03-22 20:59:02 -0400 | |
---|---|---|
committer | 2020-03-22 20:59:02 -0400 | |
commit | f8fc742043c749768266e6b9d432b4cfeb861b28 (patch) | |
tree | 88d3a4dd64e0dc50e7067ad333daa36f85961085 /core/locales/locale.es.conf | |
parent | 27f83dd10dceae4998fd16bd73196c8536f6c753 (diff) | |
download | textadept-f8fc742043c749768266e6b9d432b4cfeb861b28.tar.gz textadept-f8fc742043c749768266e6b9d432b4cfeb861b28.zip |
Use the statusbar to indicate an active snippet.
This helps avoid disorienting jumps when the user is not aware a snippet is
still active.
Diffstat (limited to 'core/locales/locale.es.conf')
-rw-r--r-- | core/locales/locale.es.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/locales/locale.es.conf b/core/locales/locale.es.conf index 68de3735..299a517b 100644 --- a/core/locales/locale.es.conf +++ b/core/locales/locale.es.conf @@ -356,3 +356,5 @@ Save Session = Guardar sesión Select Snippet = Seleccionar fragmento Trigger = Disparador Snippet Text = Texto del fragmento +# The message displayed in the statusbar while a snippet is being inserted. +Snippet active = Snippet active |