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:
Deepak Srivastava 2015-06-15 17:34:07 +05:30 committed by Tanu Kaskinen
parent c37698ddf8
commit a3bf429efd
4 changed files with 9 additions and 9 deletions

View file

@ -526,7 +526,7 @@ static int mmap_read(struct userdata *u, pa_usec_t *sleep_usec, bool polled, boo
if (polled)
PA_ONCE_BEGIN {
char *dn = pa_alsa_get_driver_name_by_pcm(u->pcm_handle);
pa_log(_("ALSA woke us up to read new data from the device, but there was actually nothing to read!\n"
pa_log(_("ALSA woke us up to read new data from the device, but there was actually nothing to read.\n"
"Most likely this is a bug in the ALSA driver '%s'. Please report this issue to the ALSA developers.\n"
"We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail."),
pa_strnull(dn));