diff --git a/src/common/weechat.c b/src/common/weechat.c index b5c275508..3d9998ce3 100644 --- a/src/common/weechat.c +++ b/src/common/weechat.c @@ -322,7 +322,7 @@ void wee_display_config_options () break; } printf (_(" . description: %s\n\n"), - gettext (weechat_options[i][j].long_description)); + _(weechat_options[i][j].long_description)); j++; } } diff --git a/weechat/src/common/weechat.c b/weechat/src/common/weechat.c index b5c275508..3d9998ce3 100644 --- a/weechat/src/common/weechat.c +++ b/weechat/src/common/weechat.c @@ -322,7 +322,7 @@ void wee_display_config_options () break; } printf (_(" . description: %s\n\n"), - gettext (weechat_options[i][j].long_description)); + _(weechat_options[i][j].long_description)); j++; } }