diff options
author | saturneric <[email protected]> | 2025-04-29 13:37:59 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-29 13:37:59 +0000 |
commit | 8836f00d73b38f2de203b4240aac2ebd18c90550 (patch) | |
tree | c8abaa2a7318948db7d9475384eb451456c3e861 /ui/KeyList.ui | |
parent | fix: add to favorite function not works properly (diff) | |
download | GpgFrontend-develop.tar.gz GpgFrontend-develop.zip |
fix: correct tooltips and text of buttons of key listsdevelop
Diffstat (limited to '')
-rw-r--r-- | ui/KeyList.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/KeyList.ui b/ui/KeyList.ui index ba190954..3f7ed39e 100644 --- a/ui/KeyList.ui +++ b/ui/KeyList.ui @@ -39,7 +39,7 @@ <item> <widget class="QToolButton" name="switchContextButton"> <property name="toolTip"> - <string>Uncheck ALL</string> + <string>Key Databases</string> </property> <property name="text"> <string>Switch Context</string> |