Skip to content

Commit

Permalink
Add new strings
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtmann committed Aug 11, 2023
1 parent 8b1ca20 commit 7d5bdfa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Shared/Managers/IALBackupManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,6 @@ -(BOOL)makeTarball{
[_generalManager cleanupTmp];
if(!status2) return status2;
else if(!status){
// TODO: localize!
[_generalManager displayErrorWithMessage:localize(@"Failed to build final archive!")];
}
return status;
Expand Down
1 change: 0 additions & 1 deletion Shared/Managers/IALRestoreManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ -(BOOL)verifyTypeForBackup{
}
// xina backup but not xina jb
else if([fileManager fileExistsAtPath:[tmpDir stringByAppendingPathComponent:@".xina"]] && ![fileManager fileExistsAtPath:@"/var/Liy/xina"]){
// TODO: localize!
NSString *msg = [NSString stringWithFormat:localize(@"The backup you're trying to restore from was made for XinaA15.")];
[_generalManager displayErrorWithMessage:msg];
return NO;
Expand Down

0 comments on commit 7d5bdfa

Please sign in to comment.