|
@@ -4989,7 +4989,7 @@
|
|
|
if ([metadata.sessionError length] == 0) {
|
|
|
cell.labelInfoFile.text = [NSString stringWithFormat:@"%@, %@", NSLocalizedString(@"_error_",nil), NSLocalizedString(@"_file_not_downloaded_",nil)];
|
|
|
} else {
|
|
|
- cell.labelInfoFile.text = metadata.sessionError;
|
|
|
+ cell.labelInfoFile.text = NSLocalizedString(metadata.sessionError, nil);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -5050,7 +5050,7 @@
|
|
|
if ([metadata.sessionError length] == 0) {
|
|
|
cell.labelInfoFile.text = [NSString stringWithFormat:@"%@, %@", NSLocalizedString(@"_error_",nil), NSLocalizedString(@"_file_not_uploaded_",nil)];
|
|
|
} else {
|
|
|
- cell.labelInfoFile.text = metadata.sessionError;
|
|
|
+ cell.labelInfoFile.text = NSLocalizedString(metadata.sessionError, nil);
|
|
|
}
|
|
|
}
|
|
|
}
|