From e0dfedd8827b9fc66f3ed886b6a7087bc57ff710 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Thu, 20 May 2010 20:42:16 +0200 Subject: localize now playing notification --- plugins/notify/notify.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/notify/notify.c b/plugins/notify/notify.c index 1f1bc194..7d81c6d8 100644 --- a/plugins/notify/notify.c +++ b/plugins/notify/notify.c @@ -21,6 +21,7 @@ #include #include #include +#include "../../gettext.h" #define E_NOTIFICATION_BUS_NAME "org.freedesktop.Notifications" #define E_NOTIFICATION_INTERFACE "org.freedesktop.Notifications" @@ -134,7 +135,7 @@ on_songchanged (DB_event_trackchange_t *ev, uintptr_t data) { const char *v_appname = "DeaDBeeF"; dbus_uint32_t v_id = 0; const char *v_iconname = PREFIX "/share/deadbeef/pixmaps/play_24.png"; - const char *v_summary = "DeaDBeeF now playing"; + const char *v_summary = _("DeaDBeeF now playing"); const char *v_body = esc; dbus_int32_t v_timeout = -1; -- cgit v1.2.3