Comment 1 for bug 1614549

Revision history for this message
VĂ­ctor R. Ruiz (vrruiz) wrote :

Byt the way, in src/youtube/scope/preview.cpp, this line is wrong:

{"label", sc::Variant(_(subsribedList.size() > 0 ? "Unsubscribe": "Subscribe"))

It must be:

{"label", sc::Variant(subsribedList.size() > 0 ? _("Unsubscribe"): _("Subscribe"))