aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/voice.cpp
diff options
context:
space:
mode:
authorGravatar Markus Rennings2009-11-21 00:52:58 +0000
committerGravatar Markus Rennings2009-11-21 00:52:58 +0000
commit83b807c39f3d7e1ffead26a9c4d6b215690213ce (patch)
tree3a728f6a76053e38df55a0a3727720c1c6c74da2 /src/modules/dcc/voice.cpp
parentmissing whitespace (diff)
downloadKVIrc-83b807c39f3d7e1ffead26a9c4d6b215690213ce.tar.gz
KVIrc-83b807c39f3d7e1ffead26a9c4d6b215690213ce.tar.bz2
KVIrc-83b807c39f3d7e1ffead26a9c4d6b215690213ce.zip
- updated german translations
- whitespace git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3625 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc/voice.cpp')
-rw-r--r--src/modules/dcc/voice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/voice.cpp b/src/modules/dcc/voice.cpp
index cd2ce3dac..05cd7d98a 100644
--- a/src/modules/dcc/voice.cpp
+++ b/src/modules/dcc/voice.cpp
@@ -159,7 +159,7 @@ bool KviDccVoiceThread::checkSoundcard()
if(ioctl(m_soundFd,SNDCTL_DSP_GETCAPS,&caps) < 0)
{
- postMessageEvent(__tr2qs_ctx("WARNING: failed to check the soundcard duplex capabilities: if this is a half-duplex soundcard , use the DCC VOICE option to force half-duplex algorithm","dcc").toUtf8().data());
+ postMessageEvent(__tr2qs_ctx("WARNING: failed to check the soundcard duplex capabilities: if this is a half-duplex soundcard, use the DCC VOICE option to force half-duplex algorithm","dcc").toUtf8().data());
if(bOpened)closeSoundcard();
return false;
}