spa: improve i18n method

Make the method names match the fields in the method.
This commit is contained in:
Wim Taymans 2021-04-15 17:32:44 +02:00
parent 646842098c
commit 043178e16b
2 changed files with 3 additions and 3 deletions

View file

@ -590,7 +590,7 @@ static inline char *pa_readlink(const char *p) {
extern struct spa_i18n *acp_i18n;
#define _(String) spa_i18n_gettext(acp_i18n, String)
#define _(String) spa_i18n_text(acp_i18n, String)
#ifdef gettext_noop
#define N_(String) gettext_noop(String)
#else