diff options
Diffstat (limited to 'to-wiki')
-rwxr-xr-x | to-wiki/getalltitles.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/to-wiki/getalltitles.py b/to-wiki/getalltitles.py index 71f5aed325..ffa5e815f5 100755 --- a/to-wiki/getalltitles.py +++ b/to-wiki/getalltitles.py @@ -31,9 +31,9 @@ def make_unique(title): return t replace_text_list = [ - ["$[officename]",""], # to fit both LibreOffice and BrOffice - ["%PRODUCTNAME",""], # to fit both LibreOffice and BrOffice - ["$PRODUCTNAME",""], # to fit both LibreOffice and BrOffice + ["$[officename]","LibreOffice"], + ["%PRODUCTNAME","LibreOffice"], + ["$PRODUCTNAME","LibreOffice"], ['"+"',"Plus"], ['"*"',"Star"], ['"-"',"Minus"], |