Review sprintf

remove more sprintf calls
This commit is contained in:
Adam Magness
2018-01-23 21:59:16 -05:00
parent f7e9b74dca
commit 208a149a7b
32 changed files with 205 additions and 188 deletions

View File

@@ -102,7 +102,7 @@ function fbrowser_content(App $a)
'$files' => $files,
'$cancel' => L10n::t('Cancel'),
'$nickname' => $a->user['nickname'],
'$upload' => L10n::t('Upload')
'$upload' => L10n::t('Upload')
]);
break;
@@ -133,7 +133,7 @@ function fbrowser_content(App $a)
'$files' => $files,
'$cancel' => L10n::t('Cancel'),
'$nickname' => $a->user['nickname'],
'$upload' => L10n::t('Upload')
'$upload' => L10n::t('Upload')
]);
}