mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 21:06:38 +02:00
Replaced gettext with macro "_"
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user