Remove String.format

This commit is contained in:
DB p 2022-09-28 00:14:16 +09:00
parent 3255cad0c0
commit 797706d85b

View file

@ -565,7 +565,7 @@ namespace Flow.Launcher.ViewModel
{
size += fi.Length;
}
return string.Format(_translater.GetTranslation("clearlogfolder")) + " (" + FormatBytes(size) + ")" ;
return _translater.GetTranslation("clearlogfolder") + " (" + FormatBytes(size) + ")" ;
}
set
{