emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/ebdb 76f8d4b 10/15: Make it clear what field type we're


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 76f8d4b 10/15: Make it clear what field type we're prompting for
Date: Thu, 22 Mar 2018 00:58:55 -0400 (EDT)

branch: externals/ebdb
commit 76f8d4b373d1634512cd3c99ddcd65928b4e53e1
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Make it clear what field type we're prompting for
    
    * ebdb-i18n.el (ebdb-read): In these methods for address and phone
      fields, the label prompt used to come first, and told the user what
      kind of field they were adding. Now label prompts come last, and the
      internationalized methods prompt for country first, and it wasn't
      clear (especially during record creation) what field type was being
      prompted for. Clarify that here.
---
 ebdb-i18n.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ebdb-i18n.el b/ebdb-i18n.el
index be29f33..7d70baf 100644
--- a/ebdb-i18n.el
+++ b/ebdb-i18n.el
@@ -681,7 +681,7 @@ for their symbol representations."
                                       &optional slots obj)
   (let ((country
          (cdr (assoc (completing-read
-                      "Country: "
+                      "Address country: "
                       (ebdb-i18n-countries)
                       nil nil
                       (when obj (car (rassoc (ebdb-address-country obj)
@@ -736,7 +736,7 @@ for their symbol representations."
         (if obj
             (slot-value obj 'country-code)
           (cdr (assoc (completing-read
-                       "Country/Region: "
+                       "Phone number country/region: "
                        ebdb-i18n-phone-codes nil nil)
                       ebdb-i18n-phone-codes))))
        (area-code (when obj (slot-value obj 'area-code))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]