File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ public string ToolTip
3636 switch ( VerifyResult )
3737 {
3838 case 'G' :
39- return $ "Good Signature .\n \n Key: { Key } ";
39+ return $ "Good signature .\n \n Key: { Key } ";
4040 case 'B' :
41- return $ "Bad Signature .\n \n Key: { Key } ";
41+ return $ "Bad signature .\n \n Key: { Key } ";
4242 case 'U' :
43- return $ "Good Signature with unknown validity.\n \n Key: { Key } ";
43+ return $ "Good signature with unknown validity.\n \n Key: { Key } ";
4444 case 'X' :
45- return $ "Good Signature but has expired.\n \n Key: { Key } ";
45+ return $ "Good signature but has expired.\n \n Key: { Key } ";
4646 case 'Y' :
47- return $ "Good Signature made by expired key.\n \n Key: { Key } ";
47+ return $ "Good signature made by expired key.\n \n Key: { Key } ";
4848 case 'R' :
4949 return $ "Good signature made by a revoked key.\n \n Key: { Key } ";
5050 case 'E' :
You can’t perform that action at this time.
0 commit comments