mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 11:43:13 +02:00
Replace message "WeeChat colors" by "WeeChat color pairs" on color buffer
This commit is contained in:
@@ -709,7 +709,7 @@ gui_color_buffer_display ()
|
||||
else
|
||||
{
|
||||
gui_chat_printf_y (gui_color_buffer, y++,
|
||||
_("WeeChat colors (in use: %d, left: %d):"),
|
||||
_("WeeChat color pairs (in use: %d, left: %d):"),
|
||||
gui_color_pairs_used,
|
||||
gui_color_num_pairs - gui_color_pairs_used);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user