Skip to content

Commit 797706d

Browse files
committed
Remove String.format
1 parent 3255cad commit 797706d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/SettingWindowViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ public string CheckLogFolder
565565
{
566566
size += fi.Length;
567567
}
568-
return string.Format(_translater.GetTranslation("clearlogfolder")) + " (" + FormatBytes(size) + ")" ;
568+
return _translater.GetTranslation("clearlogfolder") + " (" + FormatBytes(size) + ")" ;
569569
}
570570
set
571571
{

0 commit comments

Comments
 (0)