diff options
-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 ], ), |