Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-11-23 07:57:51 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-11-23 07:58:13 +0300
commit3f7ad9936f6672edff5680c55765ea8955cb10a1 (patch)
tree4e15abb0d032c4dfbb315ee4941a0152de41eacd /src
parent39cd472ce3876f1c30b00b79414bd2d5a82297b6 (diff)
Fix a few strings
Diffstat (limited to 'src')
-rw-r--r--src/mumble/AudioWizard.ui2
-rw-r--r--src/mumble/Cert.ui3
-rw-r--r--src/mumble/LookConfig.ui2
3 files changed, 2 insertions, 5 deletions
diff --git a/src/mumble/AudioWizard.ui b/src/mumble/AudioWizard.ui
index 19f6834ea..054f693cd 100644
--- a/src/mumble/AudioWizard.ui
+++ b/src/mumble/AudioWizard.ui
@@ -190,7 +190,7 @@ Please be aware that as long as this wizard is active, audio will be looped loca
<item row="3" column="1">
<widget class="QCheckBox" name="qcbPositional">
<property name="toolTip">
- <string>Allows positioning of sound.</string>
+ <string>Allows positioning of sound</string>
</property>
<property name="whatsThis">
<string>This allows Mumble to use positional audio to place voices.</string>
diff --git a/src/mumble/Cert.ui b/src/mumble/Cert.ui
index ebf4cb6a4..74a62f424 100644
--- a/src/mumble/Cert.ui
+++ b/src/mumble/Cert.ui
@@ -13,9 +13,6 @@
<property name="windowTitle">
<string>Certificate Management</string>
</property>
- <property name="whatsThis">
- <string>This opens a file selection dialog to choose a file to export the certificate to.</string>
- </property>
<widget class="QWizardPage" name="qwpWelcome">
<property name="title">
<string>Certificate Authentication</string>
diff --git a/src/mumble/LookConfig.ui b/src/mumble/LookConfig.ui
index ed7bfced7..837c82431 100644
--- a/src/mumble/LookConfig.ui
+++ b/src/mumble/LookConfig.ui
@@ -170,7 +170,7 @@
<string>This changes the behavior when moving channels.</string>
</property>
<property name="whatsThis">
- <string>This sets the behavior of channel drags; it can be used to prevent accidental dragging. &lt;i&gt;Move Channel&lt;/i&gt; moves the channel without prompting. &lt;i&gt;Do Nothing&lt;/i&gt; does nothing and prints an error message. &lt;i&gt;Ask&lt;/i&gt; uses a message box to confirm if you really wanted to move the channel.</string>
+ <string>This sets the behavior of channel drags; it can be used to prevent accidental dragging. &lt;i&gt;Move&lt;/i&gt; moves the channel without prompting. &lt;i&gt;Do Nothing&lt;/i&gt; does nothing and prints an error message. &lt;i&gt;Ask&lt;/i&gt; uses a message box to confirm if you really wanted to move the channel.</string>
</property>
</widget>
</item>