summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-05-26 11:55:39 +0200
committerEike Rathke <erack@redhat.com>2014-05-26 12:37:10 +0200
commit0f000f4a835a770d72dd3dc73690363801367008 (patch)
tree614e548fef290babf88f7c266a60ea0ffd8abdb2
parent3ce816b179ea1db57a9334b74dd95a2a4a0a40ea (diff)
improve descriptive text of "Treat empty string as zero" option
... as per discussion on the libreoffice-l10n mailing list. Change-Id: Ia4e7014df69e313ee02e6c9acd6c0ebac6f627f3 (cherry picked from commit 69d2fe6e57dd77b735234d139343b3a3faee165d)
-rw-r--r--sc/uiconfig/scalc/ui/formulacalculationoptions.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/ui/formulacalculationoptions.ui b/sc/uiconfig/scalc/ui/formulacalculationoptions.ui
index b0442c26950d..a83d9f24d70f 100644
--- a/sc/uiconfig/scalc/ui/formulacalculationoptions.ui
+++ b/sc/uiconfig/scalc/ui/formulacalculationoptions.ui
@@ -284,7 +284,7 @@
<object class="GtkLabel" id="empty_str_as_zero_desc">
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
- <property name="label" translatable="yes">This option determines whether an empty string is to be treated as having a value of zero when used in arithmetic or generates an error. It is disabled if conversion from text to number is set to always generate an error or always treat text as zero and then follows that value.</property>
+ <property name="label" translatable="yes">This option determines how an empty string is treated when used in arithmetic operations. If you have set "Conversion from text to number" to either "Generate #VALUE! error" or "Treat as zero", you cannot choose (here) if conversion of an empty string to a number will generate an error or if it will treat empty strings as zero. Otherwise this option determines how empty strings are treated.</property>
<property name="wrap">True</property>
<property name="max_width_chars">56</property>
</object>