mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove String.format
This commit is contained in:
parent
3255cad0c0
commit
797706d85b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue