summaryrefslogtreecommitdiffstats
path: root/src/common.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-14 21:46:12 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-14 21:46:12 +0200
commit7b629d3fb6d1c25dac246b699196634db5e1dc1c (patch)
tree9a3f7465ea1735bc1c1b83af870e4ad2aa57ef30 /src/common.c
parentf059c857b202a2428b1b4757de2d3d9f23fdf9a3 (diff)
look into all themes for sounds
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c2
1 files changed, 1 insertions, 1 deletions
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);