Commit 02170b0d authored by Victor Ananjevsky's avatar Victor Ananjevsky

fix translation

parent a2c14fb4
......@@ -66,7 +66,7 @@ stock_lookup (gchar *key, YadStock *it)
if (strcmp (key, yad_stock_items[i].key) == 0)
{
it->key = yad_stock_items[i].key;
it->label = yad_stock_items[i].label;
it->label = _(yad_stock_items[i].label);
it->icon = yad_stock_items[i].icon;
found = TRUE;
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment