diff options
author | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2011-12-04 15:31:25 +0100 |
---|---|---|
committer | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2011-12-04 21:57:54 +0100 |
commit | 6ddc99b1dd4d64842ed7fca35b991b8cde8a724c (patch) | |
tree | c772b62a0c9da22b7cc15ab63dd4c081debf606c /officecfg | |
parent | fcf4f2c9c01cbcfc24a2a49b1461670026ba2bfa (diff) |
String change for Line Number functionality in Basic IDE
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu index 84e5c4150216..47c7b3521294 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu @@ -10,7 +10,7 @@ </node> <node oor:name=".uno:ShowLines" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Display Source Line Number</value> + <value xml:lang="en-US">Line Numbers</value> </prop> </node> |