extensions/source/bibliography/toolbar.src | 2 +- officecfg/registry/data/org/openoffice/Office/UI/BibliographyCommands.xcu | 2 +- officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 2 +- officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 4 ++-- scripting/workben/bindings/calcmenubar.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-)
New commits: commit 88c7e9717980caad0addf54d986a2f60d92c8a6a Author: Samuel Mehrbrodt <[email protected]> Date: Thu Oct 3 23:29:31 2013 +0200 fdo#36964 Wording change: "Remove Filter" -> "Reset Filter" As discussed in the bug report. I changed all occurrences, not only the one in the Calc menu. Change-Id: Ia652cb10ec0123b0a79a719dda59e6d2f54f0680 Reviewed-on: https://gerrit.libreoffice.org/6123 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/extensions/source/bibliography/toolbar.src b/extensions/source/bibliography/toolbar.src index 7074490..0c642c3 100644 --- a/extensions/source/bibliography/toolbar.src +++ b/extensions/source/bibliography/toolbar.src @@ -91,7 +91,7 @@ ToolBox RID_BIB_TOOLBAR Identifier = TBC_BT_REMOVEFILTER ; // ItemBitmap = Bitmap { File = "sc10711.bmp" ; }; Command = ".uno:Bib/removeFilter" ; - Text [ en-US ] = "Remove Filter"; + Text [ en-US ] = "Reset Filter"; }; ToolBoxItem { diff --git a/officecfg/registry/data/org/openoffice/Office/UI/BibliographyCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/BibliographyCommands.xcu index 17b50a5..e04f6c1 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/BibliographyCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/BibliographyCommands.xcu @@ -45,7 +45,7 @@ </node> <node oor:name=".uno:Bib/removeFilter" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Remove Filter</value> + <value xml:lang="en-US">Reset Filter</value> </prop> </node> </node> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index 1f9e96b..8a025ea 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -1308,7 +1308,7 @@ </node> <node oor:name=".uno:DataFilterRemoveFilter" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">~Remove Filter</value> + <value xml:lang="en-US">~Reset Filter</value> </prop> </node> <node oor:name=".uno:DataForm" oor:op="replace"> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 5fc448b..da50164 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -4825,7 +4825,7 @@ </node> <node oor:name=".uno:RemoveFilterSort" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Remove Filter/Sort</value> + <value xml:lang="en-US">Reset Filter/Sort</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> @@ -5093,7 +5093,7 @@ </node> <node oor:name=".uno:RemoveFilter" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Remove Filter</value> + <value xml:lang="en-US">Reset Filter</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> diff --git a/scripting/workben/bindings/calcmenubar.xml b/scripting/workben/bindings/calcmenubar.xml index efffff1..e305e53 100644 --- a/scripting/workben/bindings/calcmenubar.xml +++ b/scripting/workben/bindings/calcmenubar.xml @@ -278,7 +278,7 @@ <menu:menuitem menu:id="slot:26323" menu:helpid="26323" menu:label="~Standard Filter..."/> <menu:menuitem menu:id="slot:26324" menu:helpid="26324" menu:label="~Advanced Filter..."/> <menu:menuseparator/> - <menu:menuitem menu:id="slot:26326" menu:helpid="26326" menu:label="~Remove Filter"/> + <menu:menuitem menu:id="slot:26326" menu:helpid="26326" menu:label="~Reset Filter"/> <menu:menuitem menu:id="slot:26341" menu:helpid="26341" menu:label="~Hide AutoFilter"/> </menu:menupopup> </menu:menu>
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
