projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
515e9d4
)
pactl: Fix a copy-paster error
author
Tanu Kaskinen
<tanu.kaskinen@linux.intel.com>
Mon, 10 Mar 2014 10:48:23 +0000
(12:48 +0200)
committer
Tanu Kaskinen
<tanu.kaskinen@linux.intel.com>
Mon, 10 Mar 2014 10:50:19 +0000
(12:50 +0200)
src/utils/pactl.c
patch
|
blob
|
history
diff --git
a/src/utils/pactl.c
b/src/utils/pactl.c
index 40e6689d6f90e7607b7beb3a49d0ac0ccda66c96..50f3d88978e50c0baf07ac1f7c0e289054ee1da6 100644
(file)
--- a/
src/utils/pactl.c
+++ b/
src/utils/pactl.c
@@
-1137,7
+1137,7
@@
static const char *subscription_event_facility_to_string(pa_subscription_event_t
return _("server");
case PA_SUBSCRIPTION_EVENT_CARD:
- return _("
server
");
+ return _("
card
");
}
return _("unknown");