[Libreoffice-commits] core.git: sfx2/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jul 26 13:05:48 UTC 2019
sfx2/source/dialog/filtergrouping.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 008d3af39e7339c004b03d40cd865f85e925bf35
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jul 19 20:43:50 2019 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Fri Jul 26 15:04:50 2019 +0200
Fix typo
Change-Id: I4ef49f18dd1cf864cc875f12740e027e5e1c1de9
Reviewed-on: https://gerrit.libreoffice.org/75981
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/sfx2/source/dialog/filtergrouping.cxx b/sfx2/source/dialog/filtergrouping.cxx
index d8a65266a061..0701c5c62f77 100644
--- a/sfx2/source/dialog/filtergrouping.cxx
+++ b/sfx2/source/dialog/filtergrouping.cxx
@@ -60,7 +60,7 @@ namespace sfx2
Some general words about what's going on here ....
<p>In our file open dialog, usually we display every filter we know. That's how it was before: every filter
- lead to an own line in the filter list box, e.g. "StarWriter 5.0 Dokument" or "Microsoft Word 97".</p>
+ lead to an own line in the filter list box, e.g. "StarWriter 5.0 Document" or "Microsoft Word 97".</p>
<p>But then the PM came. And everything changed ....</p>
@@ -76,7 +76,7 @@ namespace sfx2
is a matter of this implementation. We only do this grouping and suggest it to the FilePicker service ...</p>
<p>Now for the second concept:<br/>
- Thinking about it (and that's what the PM did), both "StarWriter 5.0 Dokument" and "Microsoft Word 97"
+ Thinking about it (and that's what the PM did), both "StarWriter 5.0 Document" and "Microsoft Word 97"
describe a text document. It's a text. It's of no interest for the user that one of the texts was saved in
MS' format, and one in our own format.<br/>
So in a first step, we want to have a filter entry "Text documents". This would cover both above-mentioned
More information about the Libreoffice-commits
mailing list