From 7b629d3fb6d1c25dac246b699196634db5e1dc1c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 14 Aug 2008 21:46:12 +0200 Subject: look into all themes for sounds --- src/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.c') diff --git a/src/common.c b/src/common.c index 78e6c81..78cf921 100644 --- a/src/common.c +++ b/src/common.c @@ -691,7 +691,7 @@ const char *ca_strerror(int code) { [-CA_ERROR_ACCESS] = "Access forbidden", [-CA_ERROR_IO] = "IO error", [-CA_ERROR_INTERNAL] = "Internal error", - [-CA_ERROR_DISABLED] = "Sounds disabled" + [-CA_ERROR_DISABLED] = "Sound disabled" }; ca_return_val_if_fail(code <= 0, NULL); -- cgit