X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fscreen_utils.c;h=080b118b13fee989ca00f230fc21f8809ab50c4e;hb=9b2d077c7f5dca6e4013f04318f7b83531fac387;hp=f8dfa4c1d25b6781b95ca979396910660302d0ee;hpb=225e70a38b68cba219aeb7cb239f426ca739ed7d;p=ncmpc.git diff --git a/src/screen_utils.c b/src/screen_utils.c index f8dfa4c..080b118 100644 --- a/src/screen_utils.c +++ b/src/screen_utils.c @@ -23,6 +23,7 @@ #include #include "config.h" +#include "ncmpc.h" #include "libmpdclient.h" #include "mpc.h" #include "support.h" @@ -32,8 +33,8 @@ #include "colors.h" #include "screen.h" -#define FIND_PROMPT "Find: " -#define RFIND_PROMPT "Find backward: " +#define FIND_PROMPT _("Find: ") +#define RFIND_PROMPT _("Find backward: ") int screen_getch(WINDOW *w, char *prompt) @@ -140,7 +141,7 @@ screen_find(screen_t *screen, } else { - screen_status_printf("Unable to find \'%s\'", screen->findbuf); + screen_status_printf(_("Unable to find \'%s\'"), screen->findbuf); beep(); } return 1;