diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-07-19 23:26:35 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-19 23:26:35 +0200 |
commit | cf2f434b70146a4d3d0bef4ac02af9e9d0214fd6 (patch) | |
tree | 510a0c33a977d75db2c2cd83c2d4be1464c9e49c /src/sslinfo.ui | |
parent | Calm down kDebug messages (diff) | |
download | rekonq-cf2f434b70146a4d3d0bef4ac02af9e9d0214fd6.tar.xz |
Md5 is NOT sha256...
Diffstat (limited to 'src/sslinfo.ui')
-rw-r--r-- | src/sslinfo.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sslinfo.ui b/src/sslinfo.ui index f8b1d9b4..bd0bdeda 100644 --- a/src/sslinfo.ui +++ b/src/sslinfo.ui @@ -307,12 +307,12 @@ <item row="0" column="0"> <widget class="QLabel" name="label_36"> <property name="text"> - <string>SHA-256 FingerPrints:</string> + <string>Md5:</string> </property> </widget> </item> <item row="0" column="1"> - <widget class="QLabel" name="sha256"> + <widget class="QLabel" name="md5"> <property name="text"> <string>TextLabel</string> </property> @@ -321,7 +321,7 @@ <item row="1" column="0"> <widget class="QLabel" name="label_38"> <property name="text"> - <string>SHA-1 FingerPrints:</string> + <string>SHA-1:</string> </property> </widget> </item> |