diff options
Diffstat (limited to '')
-rw-r--r-- | src/screen_clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screen_clock.c b/src/screen_clock.c index 459d9e4b9..3fe2ec1c9 100644 --- a/src/screen_clock.c +++ b/src/screen_clock.c @@ -148,9 +148,9 @@ clock_close(void) } static char * -clock_title(void) +clock_title(char *str, size_t size) { - return _("Music Player Client - Clock"); + return _("Clock"); } static void |