sc/uiconfig/scalc/ui/sortoptionspage.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cf992f9b78a2e618e64bc0173e2bb90d568e1adb Author: Regina Henschel <[email protected]> AuthorDate: Tue Nov 11 19:54:25 2025 +0100 Commit: Olivier Hallot <[email protected]> CommitDate: Tue Nov 11 22:51:59 2025 +0100 tdf#168917 Sort case-sensitive tooltip improved It turned out, that there exists no general rule whether uppercase variants of a letter are treated as being smaller or greater than lowercase variants. For most latin languages it is 'a' < 'A', for example. But for Danish it is 'A' < 'a'. Therefore the tooltip is changed so that it does not mention the order at all. The fact, that the order is local dependent will be mentioned in the help. Change-Id: I6ef39775c8f97ef035b426bd99af49d045ddf9c8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193824 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/sc/uiconfig/scalc/ui/sortoptionspage.ui b/sc/uiconfig/scalc/ui/sortoptionspage.ui index 570d5cb9801a..0ffa7e52b6c9 100644 --- a/sc/uiconfig/scalc/ui/sortoptionspage.ui +++ b/sc/uiconfig/scalc/ui/sortoptionspage.ui @@ -34,7 +34,7 @@ <property name="draw-indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="case-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="sortoptionspage|extended_tip|case">The lowercase variant of a letter is considered smaller than the uppercase variant. For Asian locales, special handling applies.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="sortoptionspage|extended_tip|case">Treats lowercase and uppercase variants of a letter as different characters. For Asian locales, special handling applies.</property> </object> </child> </object>
