diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-01-23 11:59:37 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-02-07 06:02:58 +0100 |
commit | 8b57d07a64e03db32b5383f58a40c1509392cd24 (patch) | |
tree | dc23ae43eba0f8eeccda6b00b80627c7a4d9385c /sfx2 | |
parent | 9a923e1ce53753bb8538054fd1658a67ca0ff354 (diff) |
complete the univerbation of E-mail to Email in the ui
it now looks old-fashioned hyphenated
Change-Id: I5b2b905277356c1b986f97de29f82ac1c21b1709
Reviewed-on: https://gerrit.libreoffice.org/66796
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/dinfdlg.hrc | 2 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/errorfindemaildialog.ui | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/inc/dinfdlg.hrc b/sfx2/inc/dinfdlg.hrc index c03d0a4223a7..a99ead5b6b91 100644 --- a/sfx2/inc/dinfdlg.hrc +++ b/sfx2/inc/dinfdlg.hrc @@ -33,7 +33,7 @@ const char* SFX_CB_PROPERTY_STRINGARRAY[] = NC_("SFX_CB_PROPERTY_STRINGARRAY", "Division"), NC_("SFX_CB_PROPERTY_STRINGARRAY", "Document number"), NC_("SFX_CB_PROPERTY_STRINGARRAY", "Editor"), - NC_("SFX_CB_PROPERTY_STRINGARRAY", "E-Mail"), + NC_("SFX_CB_PROPERTY_STRINGARRAY", "Email"), NC_("SFX_CB_PROPERTY_STRINGARRAY", "Forward to"), NC_("SFX_CB_PROPERTY_STRINGARRAY", "Group"), NC_("SFX_CB_PROPERTY_STRINGARRAY", "Info"), diff --git a/sfx2/uiconfig/ui/errorfindemaildialog.ui b/sfx2/uiconfig/ui/errorfindemaildialog.ui index bb6b1c1a033b..bb8274e70d51 100644 --- a/sfx2/uiconfig/ui/errorfindemaildialog.ui +++ b/sfx2/uiconfig/ui/errorfindemaildialog.ui @@ -4,15 +4,15 @@ <requires lib="gtk+" version="3.18"/> <object class="GtkMessageDialog" id="ErrorFindEmailDialog"> <property name="can_focus">False</property> - <property name="title" translatable="yes" context="errorfindemaildialog|ErrorFindEmailDialog">No e-mail configuration</property> + <property name="title" translatable="yes" context="errorfindemaildialog|ErrorFindEmailDialog">No email configuration</property> <property name="resizable">False</property> <property name="modal">True</property> <property name="type_hint">dialog</property> <property name="skip_taskbar_hint">True</property> <property name="message_type">error</property> <property name="buttons">ok</property> - <property name="text" translatable="yes" context="errorfindemaildialog|ErrorFindEmailDialog">%PRODUCTNAME was unable to find a working e-mail configuration.</property> - <property name="secondary_text" translatable="yes" context="errorfindemaildialog|ErrorFindEmailDialog">Please save this document locally instead and attach it from within your e-mail client.</property> + <property name="text" translatable="yes" context="errorfindemaildialog|ErrorFindEmailDialog">%PRODUCTNAME was unable to find a working email configuration.</property> + <property name="secondary_text" translatable="yes" context="errorfindemaildialog|ErrorFindEmailDialog">Please save this document locally instead and attach it from within your email client.</property> <child internal-child="vbox"> <object class="GtkBox" id="messagedialog-vbox"> <property name="can_focus">False</property> |