As reported by Alwin, I missed the translation call on the label displayed --- WPrefs.app/Icons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/WPrefs.app/Icons.c b/WPrefs.app/Icons.c index f50c36e..7432964 100644 --- a/WPrefs.app/Icons.c +++ b/WPrefs.app/Icons.c @@ -377,7 +377,7 @@ static void createPanel(Panel * p) if (i > 0) WMGroupButtons(panel->animB[0], panel->animB[i]); - WMSetButtonText(panel->animB[i], icon_animation[i].label); + WMSetButtonText(panel->animB[i], _(icon_animation[i].label)); } WMMapSubwidgets(panel->animF); -- 2.1.3 -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.