summaryrefslogtreecommitdiff
path: root/debian/ooffice
diff options
context:
space:
mode:
Diffstat (limited to 'debian/ooffice')
-rwxr-xr-xdebian/ooffice4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/ooffice b/debian/ooffice
index e6f6d2f..dc1be39 100755
--- a/debian/ooffice
+++ b/debian/ooffice
@@ -2,7 +2,7 @@
msg="OpenOffice.org has been renamed to LibreOffice. You can launch it from
the Applications menu, in the Office category. Or you can launch it by
-typing 'soffice' in the Terminal window."
+typing 'libreoffice' in the Terminal window."
if [ -n "$DISPLAY" ]; then
zenity --info --title="OpenOffice.org Renamed" --no-wrap --text="$msg"
@@ -10,7 +10,7 @@ else
cat <<EOF
OpenOffice.org has been renamed to LibreOffice. You can launch it from
the Applications menu, in the Office category. Or you can launch it by
-typing 'soffice' in the Terminal window.
+typing 'libreoffice' in the Terminal window.
EOF
fi
exit 0