We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3255cad commit 797706dCopy full SHA for 797706d
Flow.Launcher/ViewModel/SettingWindowViewModel.cs
@@ -565,7 +565,7 @@ public string CheckLogFolder
565
{
566
size += fi.Length;
567
}
568
- return string.Format(_translater.GetTranslation("clearlogfolder")) + " (" + FormatBytes(size) + ")" ;
+ return _translater.GetTranslation("clearlogfolder") + " (" + FormatBytes(size) + ")" ;
569
570
set
571
0 commit comments