cui/uiconfig/ui/optuserpage.ui | 2 +- include/svtools/strings.hrc | 2 +- sw/inc/strings.hrc | 2 +- sw/uiconfig/swriter/ui/businessdatapage.ui | 2 +- sw/uiconfig/swriter/ui/privateuserpage.ui | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-)
New commits: commit f22ce685260b8b7b792f1f132472c88c6b655589 Author: Adolfo Jayme Barrientos <[email protected]> AuthorDate: Tue Feb 12 03:29:16 2019 -0600 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Tue Feb 12 03:29:16 2019 -0600 “Fax” has never been an initialism—don’t write it thus It was originally short for “facsimile”. Change-Id: Icaadde5c1beaf8bbbc72144a7ce60f96794f8a33 diff --git a/cui/uiconfig/ui/optuserpage.ui b/cui/uiconfig/ui/optuserpage.ui index b6a481701aa3..37726febbd22 100644 --- a/cui/uiconfig/ui/optuserpage.ui +++ b/cui/uiconfig/ui/optuserpage.ui @@ -383,7 +383,7 @@ <property name="hexpand">True</property> <child internal-child="accessible"> <object class="AtkObject" id="fax-atkobject"> - <property name="AtkObject::accessible-name" translatable="yes" context="fax-atkobject">FAX number</property> + <property name="AtkObject::accessible-name" translatable="yes" context="fax-atkobject">Fax number</property> </object> </child> </object> diff --git a/include/svtools/strings.hrc b/include/svtools/strings.hrc index 80c3c86f1aa6..a50b03194f8c 100644 --- a/include/svtools/strings.hrc +++ b/include/svtools/strings.hrc @@ -262,7 +262,7 @@ #define STR_FIELD_SALUTATION NC_("STR_FIELD_SALUTATION", "Complimentary close") #define STR_FIELD_HOMETEL NC_("STR_FIELD_HOMETEL", "Tel: Home") #define STR_FIELD_WORKTEL NC_("STR_FIELD_WORKTEL", "Tel: Work") -#define STR_FIELD_FAX NC_("STR_FIELD_FAX", "FAX") +#define STR_FIELD_FAX NC_("STR_FIELD_FAX", "Fax") #define STR_FIELD_EMAIL NC_("STR_FIELD_EMAIL", "Email") #define STR_FIELD_URL NC_("STR_FIELD_URL", "URL") #define STR_FIELD_NOTE NC_("STR_FIELD_NOTE", "Note") diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index f6d9a86cb808..654db199dae7 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -928,7 +928,7 @@ #define FLD_EU_POS NC_("FLD_EU_POS", "Position") #define FLD_EU_TELPRIV NC_("FLD_EU_TELPRIV", "Tel. (Home)") #define FLD_EU_TELFIRMA NC_("FLD_EU_TELFIRMA", "Tel. (Work)") -#define FLD_EU_FAX NC_("FLD_EU_FAX", "FAX") +#define FLD_EU_FAX NC_("FLD_EU_FAX", "Fax") #define FLD_EU_EMAIL NC_("FLD_EU_EMAIL", "Email") #define FLD_EU_STATE NC_("FLD_EU_STATE", "State") #define FLD_PAGEREF_OFF NC_("FLD_PAGEREF_OFF", "off") diff --git a/sw/uiconfig/swriter/ui/businessdatapage.ui b/sw/uiconfig/swriter/ui/businessdatapage.ui index 56f4ecf8c52a..9514226848aa 100644 --- a/sw/uiconfig/swriter/ui/businessdatapage.ui +++ b/sw/uiconfig/swriter/ui/businessdatapage.ui @@ -211,7 +211,7 @@ <property name="hexpand">True</property> <child internal-child="accessible"> <object class="AtkObject" id="url-atkobject"> - <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|url-atkobject">FAX number</property> + <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|url-atkobject">Fax number</property> </object> </child> </object> diff --git a/sw/uiconfig/swriter/ui/privateuserpage.ui b/sw/uiconfig/swriter/ui/privateuserpage.ui index a5dbecad03dd..380d5d800599 100644 --- a/sw/uiconfig/swriter/ui/privateuserpage.ui +++ b/sw/uiconfig/swriter/ui/privateuserpage.ui @@ -262,7 +262,7 @@ <property name="hexpand">True</property> <child internal-child="accessible"> <object class="AtkObject" id="url-atkobject"> - <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|url-atkobject">FAX number</property> + <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|url-atkobject">Fax number</property> </object> </child> </object> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
