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
36
36
switch ( VerifyResult )
37
37
{
38
38
case 'G' :
39
- return $ "Good Signature .\n \n Key: { Key } ";
39
+ return $ "Good signature .\n \n Key: { Key } ";
40
40
case 'B' :
41
- return $ "Bad Signature .\n \n Key: { Key } ";
41
+ return $ "Bad signature .\n \n Key: { Key } ";
42
42
case 'U' :
43
- return $ "Good Signature with unknown validity.\n \n Key: { Key } ";
43
+ return $ "Good signature with unknown validity.\n \n Key: { Key } ";
44
44
case 'X' :
45
- return $ "Good Signature but has expired.\n \n Key: { Key } ";
45
+ return $ "Good signature but has expired.\n \n Key: { Key } ";
46
46
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 } ";
48
48
case 'R' :
49
49
return $ "Good signature made by a revoked key.\n \n Key: { Key } ";
50
50
case 'E' :
You can’t perform that action at this time.
0 commit comments