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:
authorAllan Nordhøy <allan@flatbar>2022-03-01 06:47:15 +0300
committerRobert Adam <dev@robert-adam.de>2022-03-26 16:58:10 +0300
commit7e5c6b52267ecd1b36a4a56c6c22735fa2733709 (patch)
tree7fcf856b697b51cb5f94a1be01f5e5aa12475214 /src
parentcbc93ffaed37be2a2d60639646c424ca3e9fa3db (diff)
TRANSLATION(client): Corrected spacing for line-shift and wrap
Co-Authored-By: Allan Nordhøy <epost@anotheragency.no>
Diffstat (limited to 'src')
-rw-r--r--src/mumble/CoreAudio.mm2
-rw-r--r--src/mumble/Log.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mumble/CoreAudio.mm b/src/mumble/CoreAudio.mm
index 101919429..988dc4c29 100644
--- a/src/mumble/CoreAudio.mm
+++ b/src/mumble/CoreAudio.mm
@@ -531,7 +531,7 @@ bool CoreAudioInputRegistrar::isMicrophoneAccessDeniedByOS() {
case AVAuthorizationStatusRestricted: {
// The user can't grant access due to restrictions.
qWarning("CoreAudioInput: Microphone access denied due to system restrictions.");
- Global::get().mw->msgBox(QObject::tr("Access to the microphone was denied due to system restrictions. You will not be able"
+ Global::get().mw->msgBox(QObject::tr("Access to the microphone was denied due to system restrictions. You will not be able "
"to use the microphone in this session."));
return true;
}
diff --git a/src/mumble/Log.cpp b/src/mumble/Log.cpp
index f948df543..38d1fd245 100644
--- a/src/mumble/Log.cpp
+++ b/src/mumble/Log.cpp
@@ -111,7 +111,7 @@ LogConfig::LogConfig(Settings &st) : ConfigWidget(st) {
.arg(messageName));
twi->setWhatsThis(
ColMessageLimit,
- tr("Click here to toggle limiting for %1 events. <br /> If checked, notifications for this event type"
+ tr("Click here to toggle limiting for %1 events.<br />If checked, notifications for this event type "
"will not be played when the user count on the server exceeds the set threshold.")
.arg(messageName));
twi->setWhatsThis(ColStaticSound, tr("Click here to toggle sound notification for %1 events.<br />If checked, "