From 759b7d071bcd16e6cf8c6b4d6058eac70b62fce0 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Mon, 30 Jun 2014 09:32:19 +0200 Subject: [PATCH] Move address field a bit to the center. Also, shorten the translations so that it is entirely written --- Classes/Base.lproj/DialerViewController.xib | 2 +- Resources/en.lproj/Localizable.strings | 2 +- Resources/fr.lproj/Localizable.strings | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Classes/Base.lproj/DialerViewController.xib b/Classes/Base.lproj/DialerViewController.xib index ceb6a1a52..51f2e90aa 100644 --- a/Classes/Base.lproj/DialerViewController.xib +++ b/Classes/Base.lproj/DialerViewController.xib @@ -44,7 +44,7 @@ - + diff --git a/Resources/en.lproj/Localizable.strings b/Resources/en.lproj/Localizable.strings index 651d9e01f..157c48b40 100644 --- a/Resources/en.lproj/Localizable.strings +++ b/Resources/en.lproj/Localizable.strings @@ -299,7 +299,7 @@ "© 2010-2012 Belledonne Communications " = "© 2010-2012 Belledonne Communications "; /* Placeholder for the address in DialerView */ -"Enter an address" = "Enter SIP address or phone number..."; +"Enter an address" = "Phone number or Address"; "%@ is composing..." = "%@ is composing..."; "Resend" = "Resend"; diff --git a/Resources/fr.lproj/Localizable.strings b/Resources/fr.lproj/Localizable.strings index f86462ee0..63290c5a3 100644 --- a/Resources/fr.lproj/Localizable.strings +++ b/Resources/fr.lproj/Localizable.strings @@ -299,7 +299,7 @@ "© 2010-2012 Belledonne Communications " = "© 2010-2012 Belledonne Communications "; /* Placeholder for the address in DialerView */ -"Enter an address" = "Entrez une addresse SIP ou un numéro de téléphone..."; +"Enter an address" = "Numéro ou adresse"; "%@ is composing..." = "%@ rédige un message..."; "Resend" = "Renvoyer";