From 88c7e9717980caad0addf54d986a2f60d92c8a6a Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Thu, 3 Oct 2013 23:29:31 +0200 Subject: fdo#36964 Wording change: "Remove Filter" -> "Reset Filter" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Tested-by: Caolán McNamara --- extensions/source/bibliography/toolbar.src | 2 +- .../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(-) diff --git a/extensions/source/bibliography/toolbar.src b/extensions/source/bibliography/toolbar.src index 7074490f8e61..0c642c3e5f1f 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 17b50a560a3f..e04f6c16f103 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 @@ - Remove Filter + Reset Filter diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index 1f9e96b462e8..8a025ea34c80 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 @@ - ~Remove Filter + ~Reset Filter diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 5fc448b5992f..da501643072e 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 @@ - Remove Filter/Sort + Reset Filter/Sort 1 @@ -5093,7 +5093,7 @@ - Remove Filter + Reset Filter 1 diff --git a/scripting/workben/bindings/calcmenubar.xml b/scripting/workben/bindings/calcmenubar.xml index efffff1ddeab..e305e5300545 100644 --- a/scripting/workben/bindings/calcmenubar.xml +++ b/scripting/workben/bindings/calcmenubar.xml @@ -278,7 +278,7 @@ - + -- cgit