summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2013-10-03 23:29:31 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-10-18 12:03:08 +0000
commit88c7e9717980caad0addf54d986a2f60d92c8a6a (patch)
treec2375400eb95f670cd85654fc15efb291630c353
parent1b4aa55ecd7b2c3f6e0d281642d0ed0a066dec69 (diff)
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 <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--extensions/source/bibliography/toolbar.src2
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/BibliographyCommands.xcu2
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu2
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu4
-rw-r--r--scripting/workben/bindings/calcmenubar.xml2
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 @@
</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 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 @@
</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 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 @@
</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 efffff1ddeab..e305e5300545 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>