diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-08-01 18:40:47 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-08-01 18:40:47 +0000 |
commit | f2c88f341e0aa563ba1145de421b896e46385e35 (patch) | |
tree | a7ef580c52285a3c3239a0e892d6f6ca2b846206 | |
parent | 22ca970e33e03854a5f3364ac33267d5eff81ce4 (diff) | |
download | drakx-f2c88f341e0aa563ba1145de421b896e46385e35.tar drakx-f2c88f341e0aa563ba1145de421b896e46385e35.tar.gz drakx-f2c88f341e0aa563ba1145de421b896e46385e35.tar.bz2 drakx-f2c88f341e0aa563ba1145de421b896e46385e35.tar.xz drakx-f2c88f341e0aa563ba1145de421b896e46385e35.zip |
(appli_choice) rename Ooo as LibreOffice (#461)
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rwxr-xr-x | perl-install/standalone/drakfont | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index dae237fe2..63d59a986 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- drakfont: + o rename Ooo as LibreOffice (#461) - fix bootloader entries names Version 13.60 - 27 July 2011 diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index 57808b618..e2b0eaf83 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -551,7 +551,7 @@ sub appli_choice() { ), ); } ([ N("Ghostscript"), \$gs ], - [ N("OpenOffice.org"), \$so ], + [ N("LibreOffice"), \$so ], [ N("Abiword"), \$abi ], [ N("Generic Printers"), \$printer ], ), |