diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-12-02 19:44:18 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-12-02 19:44:18 +0100 |
commit | 28f9f37cce7fef09df98d9cdd30e2328777607d1 (patch) | |
tree | a5c68dccd12310b25c17d4bb0f9e6534580b1513 /helpcontent2/to-wiki/getalltitles.py | |
parent | d15ce0105ca8c1b7818df214714dd3adbbbca7b4 (diff) |
wikihelp: Finished the redirects generation.
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): |