Let an additional error message be translated

This commit is contained in:
Pierre Pronchery 2014-09-08 03:20:30 +02:00
parent 96fc3098a1
commit 5317c43f46

View File

@ -184,7 +184,7 @@ static int _panel_append(Panel * panel, PanelPosition position,
{
if(position == PANEL_POSITION_TOP)
return panel_window_append(panel->top, applet);
return -error_set_code(1, "%s", "Invalid panel position");
return -error_set_code(1, "%s", _("Invalid panel position"));
}