[Libreoffice-commits] help.git: to-wiki/getalltitles.py
Gabor Kelemen
kelemeng at gnome.hu
Wed Dec 14 22:12:32 UTC 2016
to-wiki/getalltitles.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 96a84b25e3ae012661a68da1ecdbbf0d94089d9b
Author: Gabor Kelemen <kelemeng at gnome.hu>
Date: Thu Dec 8 19:59:10 2016 +0100
tdf#104489 Include the product name in wiki page URL
Change-Id: I39155cf12a7ba178b0fb4e25315bd32156086846
Reviewed-on: https://gerrit.libreoffice.org/31772
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
diff --git a/to-wiki/getalltitles.py b/to-wiki/getalltitles.py
index 71f5aed..ffa5e81 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"],
More information about the Libreoffice-commits
mailing list