1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 18:53:12 +02:00

fset: fix translation

This commit is contained in:
Sébastien Helleu
2017-06-25 21:44:14 +02:00
parent dc5da2ae38
commit 49963a9bd1
+1 -2
View File
@@ -83,8 +83,7 @@ fset_bar_item_fset_cb (const void *pointer, void *data,
return NULL;
weechat_string_dyn_concat (default_and_values, weechat_color ("bar_fg"));
weechat_string_dyn_concat (default_and_values, _("default:"));
weechat_string_dyn_concat (default_and_values, " ");
weechat_string_dyn_concat (default_and_values, _("default: "));
if (ptr_fset_option->default_value)
{
if (ptr_fset_option->type == FSET_OPTION_TYPE_STRING)