diff --git a/Classes/DialerViewController.m b/Classes/DialerViewController.m index a3a399688..b9582aac0 100644 --- a/Classes/DialerViewController.m +++ b/Classes/DialerViewController.m @@ -159,7 +159,7 @@ static UICompositeViewDescription *compositeDescription = nil; // fix placeholder bar color in iOS7 UIColor *color = [UIColor grayColor]; addressField.attributedPlaceholder = [[NSAttributedString alloc] - initWithString:addressField.placeholder + initWithString:NSLocalizedString(@"Enter an address", @"Enter an address") attributes:@{NSForegroundColorAttributeName: color}]; } #endif diff --git a/Resources/en.lproj/Localizable.strings b/Resources/en.lproj/Localizable.strings index 7e6b53fc6..4b7eddd51 100644 Binary files a/Resources/en.lproj/Localizable.strings and b/Resources/en.lproj/Localizable.strings differ diff --git a/Resources/fr.lproj/Localizable.strings b/Resources/fr.lproj/Localizable.strings index e1093a365..5d495a9ab 100644 Binary files a/Resources/fr.lproj/Localizable.strings and b/Resources/fr.lproj/Localizable.strings differ diff --git a/Resources/ru.lproj/Localizable.strings b/Resources/ru.lproj/Localizable.strings index c07f419c6..f4702d4c5 100644 Binary files a/Resources/ru.lproj/Localizable.strings and b/Resources/ru.lproj/Localizable.strings differ