diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-20 16:54:15 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-20 16:56:40 +0200 |
commit | 3889cc44f4bbfcd7e07259575e092288aa987e9e (patch) | |
tree | 54f224a7984fa4376cbd681bf5e8a574726a31a0 /sc/uiconfig/scalc | |
parent | 45fffdb3d148bcf31b720ca726b1c21d559ead82 (diff) |
Improve wording for the OpenCL blacklist/whitelist
Change-Id: I4fd0a255903daab3d5a1888eeff266f831ad590b
Diffstat (limited to 'sc/uiconfig/scalc')
-rw-r--r-- | sc/uiconfig/scalc/ui/formulacalculationoptions.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/uiconfig/scalc/ui/formulacalculationoptions.ui b/sc/uiconfig/scalc/ui/formulacalculationoptions.ui index a157f8d92283..decce435cc0e 100644 --- a/sc/uiconfig/scalc/ui/formulacalculationoptions.ui +++ b/sc/uiconfig/scalc/ui/formulacalculationoptions.ui @@ -685,7 +685,7 @@ <object class="GtkLabel" id="opencl_blacklist"> <property name="can_focus">False</property> <property name="no_show_all">True</property> - <property name="label" translatable="yes">List of known-bad OpenCL implementations</property> + <property name="label" translatable="yes">OpenCL implementation blacklist</property> </object> <packing> <property name="left_attach">0</property> @@ -698,7 +698,7 @@ <object class="GtkLabel" id="opencl_blacklist_desc"> <property name="can_focus">False</property> <property name="no_show_all">True</property> - <property name="label" translatable="yes">List of known-bad OpenCL implementations.</property> + <property name="label" translatable="yes">List of OpenCL implementations known to be not good enough for LibreOffice. All the fields except OS are regular expressions.</property> <property name="wrap">True</property> <property name="max_width_chars">56</property> </object> @@ -713,7 +713,7 @@ <object class="GtkLabel" id="opencl_whitelist"> <property name="can_focus">False</property> <property name="no_show_all">True</property> - <property name="label" translatable="yes">List of known-good OpenCL implementations</property> + <property name="label" translatable="yes">OpenCL implementation whitelist</property> </object> <packing> <property name="left_attach">0</property> @@ -726,7 +726,7 @@ <object class="GtkLabel" id="opencl_whitelist_desc"> <property name="can_focus">False</property> <property name="no_show_all">True</property> - <property name="label" translatable="yes">List of known-good OpenCL implementations.</property> + <property name="label" translatable="yes">List of OpenCL implementations known to be usable by LibreOffice. All the fields except OS are regular expressions.</property> <property name="wrap">True</property> <property name="max_width_chars">56</property> </object> |