diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-05-21 11:39:38 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-05-21 18:47:45 +0200 |
commit | 26796cc201efc7862990b814887d73ef22d368bb (patch) | |
tree | 8bc7d546736704926e64f031bb3961e3e3ee9e8a /sc/uiconfig/scalc/ui/sparklinedialog.ui | |
parent | bc456ccf9f81bd36216c199ab42fa2fe77c5e17c (diff) |
Fix typos in sparklines extended tips
Change-Id: I96848ed20e9a6d3e2d18e07c5f781bb98ed72f80
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167902
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'sc/uiconfig/scalc/ui/sparklinedialog.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/sparklinedialog.ui | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/sc/uiconfig/scalc/ui/sparklinedialog.ui b/sc/uiconfig/scalc/ui/sparklinedialog.ui index 92ead02fcc67..4196d2e8d7db 100644 --- a/sc/uiconfig/scalc/ui/sparklinedialog.ui +++ b/sc/uiconfig/scalc/ui/sparklinedialog.ui @@ -119,6 +119,11 @@ <accessibility> <relation type="labelled-by" target="lbInputRange"/> </accessibility> + <child internal-child="accessible"> + <object class="AtkObject" id="btnInputRange-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|btnInputRange">Shrink</property> + </object> + </child> </object> <packing> <property name="left-attach">2</property> @@ -139,7 +144,7 @@ </accessibility> <child internal-child="accessible"> <object class="AtkObject" id="edInputRange-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|edInputRange">Enter the cell range of the data fopr the sparklines.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|edInputRange">Enter the cell range containing the data for the sparklines.</property> </object> </child> </object> @@ -156,6 +161,11 @@ <accessibility> <relation type="labelled-by" target="lbOutputRange"/> </accessibility> + <child internal-child="accessible"> + <object class="AtkObject" id="btnOutputRange-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|btnOutputRange">Shrink</property> + </object> + </child> </object> <packing> <property name="left-attach">2</property> @@ -354,7 +364,7 @@ </accessibility> <child internal-child="accessible"> <object class="AtkObject" id="cbHigh-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbHigh">check and select the color for high points.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbHigh">Check and select the color for high points.</property> </object> </child> </object> @@ -675,8 +685,7 @@ </items> <child internal-child="accessible"> <object class="AtkObject" id="cbEmptyCells-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbEmptyCells">Display empty cells as: Gap - the missing data is not displayed. The line type discontinues in the gap and the column is not displayed. Zero - the missing data is displayed as value zero. Span - for line type only, draws a continuous line connecting the previous value to the next value. -</property> + <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbEmptyCells">Display empty cells as: Gap - the missing data is not displayed. The line type discontinues in the gap and the column is not displayed. Zero - the missing data is displayed as value zero. Span - for line type only, draws a continuous line connecting the previous value to the next value.</property> </object> </child> </object> @@ -737,8 +746,7 @@ </items> <child internal-child="accessible"> <object class="AtkObject" id="cbType-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbType">Select the sparkline type in the drop-down list. Choices are: Line - draws a line between data values. Column - draws a bar for each data value. Stacked - also known as win/loss. Displays equally sized bars indicating positive and negative values. -</property> + <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbType">Select the sparkline type in the drop-down list. Choices are: Line - draws a line between data values. Column - draws a bar for each data value. Stacked - also known as win/loss: displays equally sized bars indicating positive and negative values.</property> </object> </child> </object> @@ -806,8 +814,7 @@ </items> <child internal-child="accessible"> <object class="AtkObject" id="cbMinAxisType-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbMinAxisType"> Individual: sets automatically the minimum value for each sparkline based on the sparkline data range values. Group: sets the minimum value based on the lower and higher values found in the group of sparklines. Custom: enter the minimum value for the sparkline group. -</property> + <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbMinAxisType">Individual: sets automatically the minimum value for each sparkline based on the sparkline data range values. Group: sets the minimum value based on the lower and higher values found in the group of sparklines. Custom: enter the minimum value for the sparkline group.</property> </object> </child> </object> @@ -847,7 +854,7 @@ </items> <child internal-child="accessible"> <object class="AtkObject" id="cbMaxAxisType-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbMaxAxisType"> Individual: sets automatically the maximum value for each sparkline based on the sparkline data range values. Group: sets the maximum value based on the lower and higher values found in the group of sparklines. Custom: enter the maximum value for the sparkline group.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="sparklinedialog|extended_tip|cbMaxAxisType">Individual: sets automatically the maximum value for each sparkline based on the sparkline data range values. Group: sets the maximum value based on the lower and higher values found in the group of sparklines. Custom: enter the maximum value for the sparkline group.</property> </object> </child> </object> |