i10n: remove quote around username when displaying popup error "XXX is not registered" and update translations

This commit is contained in:
Gautier Pelloux-Prayer 2015-05-28 13:44:44 +02:00
parent 37b98bb1f0
commit 6b3edbb625
30 changed files with 2 additions and 2 deletions

View file

@ -626,7 +626,7 @@ static RootViewManager* rootViewManagerInstance = nil;
}
if (linphone_call_get_reason(call) == LinphoneReasonNotFound) {
lMessage = [NSString stringWithFormat : NSLocalizedString(@"'%@' not registered", nil), lUserName];
lMessage = [NSString stringWithFormat : NSLocalizedString(@"%@ not registered", nil), lUserName];
} else {
if (message != nil) {
lMessage = [NSString stringWithFormat : NSLocalizedString(@"%@\nReason was: %@", nil), lMessage, message];

Binary file not shown.

Binary file not shown.

@ -1 +1 @@
Subproject commit 0e703903c89ab1e3ef06d2697b4d844afc5a0851
Subproject commit 3465dedd6607d580572e397216bc73b6921a9cb2