diff options
Diffstat (limited to 'helpcontent2/to-wiki/getalltitles.py')
-rwxr-xr-x | helpcontent2/to-wiki/getalltitles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcontent2/to-wiki/getalltitles.py b/helpcontent2/to-wiki/getalltitles.py index b1a7392617..b9fb989416 100755 --- a/helpcontent2/to-wiki/getalltitles.py +++ b/helpcontent2/to-wiki/getalltitles.py @@ -54,7 +54,7 @@ modules_list = [ ["simpress","Impress"], ["smath","Math"], ["swriter","Writer"], - ["shared","All"] + ["shared","Common"] ] def get_module(text): |