diff options
Diffstat (limited to 'kalarm/configure.in.bot')
-rw-r--r-- | kalarm/configure.in.bot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kalarm/configure.in.bot b/kalarm/configure.in.bot index 9af89064a..243eb2efb 100644 --- a/kalarm/configure.in.bot +++ b/kalarm/configure.in.bot @@ -1,7 +1,7 @@ if test -z "$KMIX"; then echo "" echo "=================================================================" - echo "kmix (from the kdemultimedia package) is missing." + echo "kmix (from the tdemultimedia package) is missing." echo "KAlarm will not be able to set the absolute sound volume when" echo "playing audio files until you install kmix." echo "=================================================================" @@ -9,7 +9,7 @@ fi if test -z "$KTTSD"; then echo "" echo "=================================================================" - echo "kttsd (from the kdeaccessibility package) is missing." + echo "kttsd (from the tdeaccessibility package) is missing." echo "KAlarm will not be able to speak alarm messages until you install" echo "kttsd together with appropriate speech synthesis application(s)." echo "=================================================================" |