diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-05-02 08:52:12 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-05-02 08:52:12 +0200 |
commit | 35ec1539218523579e9877e0a6d135bde128ab81 (patch) | |
tree | 8b39b1bba84a7b7e9f0e157b32877981902a35e0 /shell | |
parent | bcb0f41fad6cd32113a02bb3a23b9b2fa648398d (diff) |
Minor comment tweak.
Change-Id: Idb9ff7c41ad8a2cbe145224bd80c0864339207ec
Diffstat (limited to 'shell')
-rwxr-xr-x | shell/source/unix/misc/senddoc.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/unix/misc/senddoc.sh b/shell/source/unix/misc/senddoc.sh index e7309ebe0cd4..26ea5e868c5c 100755 --- a/shell/source/unix/misc/senddoc.sh +++ b/shell/source/unix/misc/senddoc.sh @@ -400,9 +400,9 @@ case `basename "$MAILER" | sed 's/-.*$//'` in ;; *) - # The user has tweaked the email settings, and configured something we - # do not recognize. Try to be smart, and send the mail anyway, if we - # have the possibility to do so. + # LO is configured something we do not recognize. + # Try to be smart, and send the mail anyway, if we have the + # possibility to do so. if [ -n "$KDE_FULL_SESSION" -a -x /usr/bin/kde-open ] ; then MAILER=/usr/bin/kde-open |