diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-19 20:43:50 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-07-26 15:04:50 +0200 |
commit | 008d3af39e7339c004b03d40cd865f85e925bf35 (patch) | |
tree | 6d4aa541512d8b2c1ffcfe5edef51b017d37da89 /sfx2 | |
parent | 2321771b7a16e67c0b035913c7500c1887734c63 (diff) |
Fix typo
Change-Id: I4ef49f18dd1cf864cc875f12740e027e5e1c1de9
Reviewed-on: https://gerrit.libreoffice.org/75981
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/filtergrouping.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |