mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Removed exclamation marks from user-visible messages.
<EP-E358F00C1D9A449EAE69225B9D2530F8> According to rationale-"http://techbase.kde.org/Projects/Usability/HIG/Exclamation_points" as suggested in reported bug. Component: misc BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=78563 Signed-off-by: Deepak Srivastava <srivastava.d@samsung.com>
This commit is contained in:
parent
c37698ddf8
commit
a3bf429efd
4 changed files with 9 additions and 9 deletions
|
|
@ -438,7 +438,7 @@ static void stream_event_callback(pa_stream *s, const char *name, pa_proplist *p
|
|||
pa_operation_unref(pa_stream_cork(s, 0, NULL, NULL));
|
||||
}
|
||||
if (cork_requests == 0)
|
||||
pa_log(_("Warning: Received more uncork requests than cork requests!"));
|
||||
pa_log(_("Warning: Received more uncork requests than cork requests."));
|
||||
else
|
||||
cork_requests--;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue