cui/uiconfig/ui/optuserpage.ui | 2 +- sw/uiconfig/swriter/ui/businessdatapage.ui | 2 +- sw/uiconfig/swriter/ui/privateuserpage.ui | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 5f665a855ef26faea4dfa2ac427685b60545e8b8 Author: Olivier Hallot <[email protected]> AuthorDate: Tue Jul 28 09:04:55 2020 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Wed Jul 29 01:36:58 2020 +0200 Change e-mail to email in UI Change-Id: Ie729acccc942c16b177a6bcbbcceb822d667157f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99626 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/cui/uiconfig/ui/optuserpage.ui b/cui/uiconfig/ui/optuserpage.ui index f2029557e7ca..5c173315934b 100644 --- a/cui/uiconfig/ui/optuserpage.ui +++ b/cui/uiconfig/ui/optuserpage.ui @@ -421,7 +421,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="email-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="email-atkobject">email address</property> - <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | email">Type your e-mail address.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | email">Type your email address.</property> </object> </child> </object> diff --git a/sw/uiconfig/swriter/ui/businessdatapage.ui b/sw/uiconfig/swriter/ui/businessdatapage.ui index 7d92f25a5994..b469b809d1a9 100644 --- a/sw/uiconfig/swriter/ui/businessdatapage.ui +++ b/sw/uiconfig/swriter/ui/businessdatapage.ui @@ -233,7 +233,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="email-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="businessdatapage|email-atkobject">email address</property> - <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | email">Type your company e-mail address.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | email">Type your company email address.</property> </object> </child> </object> diff --git a/sw/uiconfig/swriter/ui/privateuserpage.ui b/sw/uiconfig/swriter/ui/privateuserpage.ui index 76b66f827d2a..2aa99fafde0f 100644 --- a/sw/uiconfig/swriter/ui/privateuserpage.ui +++ b/sw/uiconfig/swriter/ui/privateuserpage.ui @@ -287,7 +287,7 @@ <child internal-child="accessible"> <object class="AtkObject" id="email-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="privateuserpage|email-atkobject">email address</property> - <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | email">Type your e-mail address.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended tip | email">Type your email address.</property> </object> </child> </object> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
