diff options
Diffstat (limited to 'krec/krecord.cpp')
-rw-r--r-- | krec/krecord.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krec/krecord.cpp b/krec/krecord.cpp index 1a93ce13..e6205c8a 100644 --- a/krec/krecord.cpp +++ b/krec/krecord.cpp @@ -340,7 +340,7 @@ KRecord::KRecord(TQWidget *parent, const char *name ) toolBar( "compressor" )->close(); KMessageBox::detailedSorry( this, i18n( "Your system is missing the Synth_STEREO_COMPRESSOR aRts module.\nYou will be able to use KRec but without the great functions of the compressor." ), - i18n( "Possible reasons are:\n- You installed KRec on its own without the rest of kdemultimedia.\n- You installed everything correctly, but did not restart the aRts daemon\n and therefore it is not aware of the new effects.\n- This is a bug." ), + i18n( "Possible reasons are:\n- You installed KRec on its own without the rest of tdemultimedia.\n- You installed everything correctly, but did not restart the aRts daemon\n and therefore it is not aware of the new effects.\n- This is a bug." ), i18n( "Unable to Find Compressor" ) ); } |