diff options
author | Saturneric <[email protected]> | 2023-04-04 16:54:05 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-04-04 16:54:05 +0000 |
commit | f1b11a29e01894c219c39b42478567221d385bcf (patch) | |
tree | 38c65cf1a1d7da9e2ae9759c991533162eb40e43 | |
parent | fix: improve some parts that is not good (diff) | |
download | GpgFrontend-f1b11a29e01894c219c39b42478567221d385bcf.tar.gz GpgFrontend-f1b11a29e01894c219c39b42478567221d385bcf.zip |
feat: add tips for gnupg controller
Diffstat (limited to '')
-rw-r--r-- | ui/GnuPGControllerDialog.ui | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/ui/GnuPGControllerDialog.ui b/ui/GnuPGControllerDialog.ui index 9c9d7180..968aba70 100644 --- a/ui/GnuPGControllerDialog.ui +++ b/ui/GnuPGControllerDialog.ui @@ -125,9 +125,9 @@ </widget> </item> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="customGnuPGPathTipsLabel"> <property name="text"> - <string>Tips: please select a directroy where gpgconf is located.</string> + <string>Tips: please select a directroy where "gpgconf" is located in.</string> </property> </widget> </item> @@ -137,6 +137,13 @@ </widget> </item> <item> + <widget class="QLabel" name="restartTipsLabel"> + <property name="text"> + <string>Tips: notice that modify any of these settings will cause an Application restart.</string> + </property> + </widget> + </item> + <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> |