[evolution-data-server] Fix typo in e_phone_number_error_to_string().



commit a441a1ffcf307cf7467ddf2b673c4e1177cb48ab
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Feb 24 18:59:58 2013 -0500

    Fix typo in e_phone_number_error_to_string().

 addressbook/libebook-contacts/e-phone-number.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/libebook-contacts/e-phone-number.c b/addressbook/libebook-contacts/e-phone-number.c
index 95beef4..face50a 100644
--- a/addressbook/libebook-contacts/e-phone-number.c
+++ b/addressbook/libebook-contacts/e-phone-number.c
@@ -48,7 +48,7 @@ e_phone_number_error_to_string (EPhoneNumberError code)
        case E_PHONE_NUMBER_ERROR_INVALID_COUNTRY_CODE:
                return _("Invalid country calling code");
        case E_PHONE_NUMBER_ERROR_TOO_SHORT_AFTER_IDD:
-               return _("Remaining text after the country calling code is to short for a phone number");
+               return _("Remaining text after the country calling code is too short for a phone number");
        case E_PHONE_NUMBER_ERROR_TOO_SHORT:
                return _("Text is too short for a phone number");
        case E_PHONE_NUMBER_ERROR_TOO_LONG:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]