1
0
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:
Sebastien Helleu
2011-02-03 09:52:13 +01:00
parent a51652f196
commit 21881bbc7b
11 changed files with 64 additions and 24 deletions
+1 -1
View File
@@ -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);
}