Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Spets <toni.spets@beeper.com>2022-02-07 10:16:17 +0300
committerJonathan White <support@dmapps.us>2022-02-09 03:07:00 +0300
commit5927821896a52ecf84b6f26725727f379fbc744c (patch)
tree6d5c6449128ba993763f7cc4a088319eba9ed635 /share/translations
parent86ba58da060fe8e73fd4deefa60563c27fc40530 (diff)
Auto-Type: Only match non-empty associations
Previously empty associations matched any window but since you can use a wildcard (*) if you specifically want that this change makes it possible to define multiple sequences for the global search if you need to. Additionally show empty associations in the list as "(empty)" to better differentiate between rows if no title is set.
Diffstat (limited to 'share/translations')
-rw-r--r--share/translations/keepassxc_en.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/translations/keepassxc_en.ts b/share/translations/keepassxc_en.ts
index 99b1eef2b..f9f746ffb 100644
--- a/share/translations/keepassxc_en.ts
+++ b/share/translations/keepassxc_en.ts
@@ -656,6 +656,10 @@
<source>Default sequence</source>
<translation>Default sequence</translation>
</message>
+ <message>
+ <source>(empty)</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>AutoTypeMatchModel</name>