diff options
author | saturneric <[email protected]> | 2024-01-29 09:57:41 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-29 09:57:41 +0000 |
commit | dfd95b751d44a749d6f2cb7edf941f978cb93ccb (patch) | |
tree | 92ce44eec39dc84b8d1bcce256327d53f751b02f /ui | |
parent | fix: slove some discovered issues on windows (diff) | |
download | GpgFrontend-dfd95b751d44a749d6f2cb7edf941f978cb93ccb.tar.gz GpgFrontend-dfd95b751d44a749d6f2cb7edf941f978cb93ccb.zip |
fix: solve reported issues
Diffstat (limited to 'ui')
-rw-r--r-- | ui/GnuPGControllerDialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/GnuPGControllerDialog.ui b/ui/GnuPGControllerDialog.ui index c0dbd749..e79fc041 100644 --- a/ui/GnuPGControllerDialog.ui +++ b/ui/GnuPGControllerDialog.ui @@ -27,7 +27,7 @@ <item> <widget class="QCheckBox" name="asciiModeCheckBox"> <property name="text"> - <string>Use binary mode for file operations</string> + <string>Use Binary Mode for File Operations</string> </property> </widget> </item> |