summaryrefslogtreecommitdiffstats
path: root/src/gui/userprofileform.ui
diff options
context:
space:
mode:
authorPeter Colberg <peter@colberg.org>2015-12-30 16:53:42 -0500
committerPeter Colberg <peter@colberg.org>2015-12-30 16:53:42 -0500
commit2af8b4b6b3b09ae4f73d3d38204619f1486d8a89 (patch)
tree24e30dbc39c023799c4ab00faa6a6e9ee84ba8e5 /src/gui/userprofileform.ui
parenta363dde8b5fb7133c0ea06001e4a9e4a7fd7ac78 (diff)
downloadtwinkle-2af8b4b6b3b09ae4f73d3d38204619f1486d8a89.tar
twinkle-2af8b4b6b3b09ae4f73d3d38204619f1486d8a89.tar.gz
twinkle-2af8b4b6b3b09ae4f73d3d38204619f1486d8a89.tar.lz
twinkle-2af8b4b6b3b09ae4f73d3d38204619f1486d8a89.tar.xz
twinkle-2af8b4b6b3b09ae4f73d3d38204619f1486d8a89.zip
Fix spelling
Diffstat (limited to 'src/gui/userprofileform.ui')
-rw-r--r--src/gui/userprofileform.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/userprofileform.ui b/src/gui/userprofileform.ui
index 5448aeb..8fe77ed 100644
--- a/src/gui/userprofileform.ui
+++ b/src/gui/userprofileform.ui
@@ -1446,7 +1446,7 @@ If you disable this option, then the first codec from the active codecs that is
<item row="1" column="0">
<widget class="QCheckBox" name="spxDtxCheckBox">
<property name="whatsThis">
- <string>Discontinuous transmission is an addition to VAD/VBR operation, that allows to stop transmitting completely when the background noise is stationary.</string>
+ <string>Discontinuous transmission is an addition to VAD/VBR operation, that allows one to stop transmitting completely when the background noise is stationary.</string>
</property>
<property name="text">
<string>Discontinuous &amp;Transmission</string>
@@ -3748,7 +3748,7 @@ The values of all SIP headers of the incoming SIP BYE request are passed in envi
<widget class="QLineEdit" name="incomingCallScriptLineEdit">
<property name="whatsThis">
<string>&lt;p&gt;
-You can customize the way Twinkle handles incoming calls. Twinkle can call a script when a call comes in. Based on the ouput of the script Twinkle accepts, rejects or redirects the call. When accepting the call, the ring tone can be customized by the script as well. The script can be any executable program.
+You can customize the way Twinkle handles incoming calls. Twinkle can call a script when a call comes in. Based on the output of the script Twinkle accepts, rejects or redirects the call. When accepting the call, the ring tone can be customized by the script as well. The script can be any executable program.
&lt;/p&gt;
&lt;p&gt;
&lt;b&gt;Note:&lt;/b&gt; Twinkle pauses while your script runs. It is recommended that your script does not take more than 200 ms. When you need more time, you can send the parameters followed by &lt;b&gt;end&lt;/b&gt; and keep on running. Twinkle will continue when it receives the &lt;b&gt;end&lt;/b&gt; parameter.