diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-11-30 01:04:28 -0600 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-12-01 09:30:50 +0000 |
commit | 191d387a9eaf137c91836a6c4b5f4fff81e357b1 (patch) | |
tree | bd5c5782d764b3ba438d2225e8cba552a7d565d0 /cui/uiconfig/ui/blackorwhitelistentrydialog.ui | |
parent | ff5d0daebfddfaff79972df5d539710f3700adfe (diff) |
Remove the hyphens from the “whitelist” and “blacklist” compound words
Change-Id: I5371b6d0662d8143f33b1225e9d4c7b78d521ebc
Reviewed-on: https://gerrit.libreoffice.org/13205
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig/ui/blackorwhitelistentrydialog.ui')
-rw-r--r-- | cui/uiconfig/ui/blackorwhitelistentrydialog.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/blackorwhitelistentrydialog.ui b/cui/uiconfig/ui/blackorwhitelistentrydialog.ui index 5306d7ab2cea..3da85aabe22d 100644 --- a/cui/uiconfig/ui/blackorwhitelistentrydialog.ui +++ b/cui/uiconfig/ui/blackorwhitelistentrydialog.ui @@ -248,7 +248,7 @@ <object class="GtkLabel" id="bledittitle"> <property name="can_focus">False</property> <property name="no_show_all">True</property> - <property name="label" translatable="yes">Edit Black-list Entry</property> + <property name="label" translatable="yes">Edit Blacklist Entry</property> </object> <packing> <property name="left_attach">0</property> @@ -259,7 +259,7 @@ <object class="GtkLabel" id="bladdtitle"> <property name="can_focus">False</property> <property name="no_show_all">True</property> - <property name="label" translatable="yes">Create Black-list Entry</property> + <property name="label" translatable="yes">Create Blacklist Entry</property> </object> <packing> <property name="left_attach">0</property> @@ -270,7 +270,7 @@ <object class="GtkLabel" id="wledittitle"> <property name="can_focus">False</property> <property name="no_show_all">True</property> - <property name="label" translatable="yes">Edit White-list Entry</property> + <property name="label" translatable="yes">Edit Whitelist Entry</property> </object> <packing> <property name="left_attach">0</property> @@ -281,7 +281,7 @@ <object class="GtkLabel" id="wladdtitle"> <property name="can_focus">False</property> <property name="no_show_all">True</property> - <property name="label" translatable="yes">Create White-list Entry</property> + <property name="label" translatable="yes">Create Whitelist Entry</property> </object> <packing> <property name="left_attach">0</property> |