sw/uiconfig/swriter/ui/spellmenu.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c8f973da9fee8c12c313eb0b14278d93a8f57c47 Author: Rashesh Padia <[email protected]> AuthorDate: Thu Aug 21 16:11:06 2025 +0530 Commit: Pedro Silva <[email protected]> CommitDate: Thu Aug 28 10:43:37 2025 +0200 sw: ux: clarify "Add to Dictionary" spellmenu option - When only the standard dictionary is available, the context-menu item now reads "Add to Dictionary (standard.dic)". - This makes the destination explicit while preserving the existing submenu when a user dictionary is present. Change-Id: I1998fd94d2c5506be7c0e47943d44018987f33b4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189990 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> diff --git a/sw/uiconfig/swriter/ui/spellmenu.ui b/sw/uiconfig/swriter/ui/spellmenu.ui index 5335fa480030..3804e2e1cc05 100644 --- a/sw/uiconfig/swriter/ui/spellmenu.ui +++ b/sw/uiconfig/swriter/ui/spellmenu.ui @@ -31,7 +31,7 @@ <object class="GtkMenuItem" id="add"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label" translatable="yes" context="spellmenu|add">Add to _Dictionary</property> + <property name="label" translatable="yes" context="spellmenu|add">Add to _Dictionary (standard.dic)</property> <property name="use-underline">True</property> </object> </child>
