Fix typo in e_phone_number_error_to_string().
authorMatthew Barnes <mbarnes@redhat.com>
Sun, 24 Feb 2013 23:59:58 +0000 (18:59 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Sun, 24 Feb 2013 23:59:58 +0000 (18:59 -0500)
addressbook/libebook-contacts/e-phone-number.c

index 95beef4..face50a 100644 (file)
@@ -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: