mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 11:14:58 -06:00
Take shorter name 7-Zip ZS instead of 7-Zip Zstandard
This commit is contained in:
@@ -187,7 +187,7 @@ bool CMenuPage::OnInit()
|
||||
|
||||
UString s = LangString(menuItem.ControlID);
|
||||
if (menuItem.Flag == kCRC)
|
||||
s = "CRC SHA";
|
||||
s = "HASH";
|
||||
if (menuItem.Flag == kOpenAs ||
|
||||
menuItem.Flag == kCRC)
|
||||
s += " >";
|
||||
|
||||
Reference in New Issue
Block a user