Use formatted i18n string to ease a translation

This commit is contained in:
Hasso Tepper 2016-01-03 23:44:57 +02:00 committed by Hasso Tepper
parent d2277fc1c7
commit 503cbbd745
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ public class SSHUploader extends Uploader {
return false;
}
if (!www.canExecute()) {
warningsAccumulator.add(tr("Problem accessing files in folder ") + www);
warningsAccumulator.add(I18n.format(tr("Problem accessing files in folder \"{0}\""), www));
return false;
}
if (!ssh.execSyncCommand("special-storage-available")) {