Committer: sbelyaev
LJSUP-12570: Add text variable for pushed buttonU trunk/cgi-bin/LJ/Hooks/Customize.pm
Modified: trunk/cgi-bin/LJ/Hooks/Customize.pm =================================================================== --- trunk/cgi-bin/LJ/Hooks/Customize.pm 2012-06-15 08:20:51 UTC (rev 12116) +++ trunk/cgi-bin/LJ/Hooks/Customize.pm 2012-06-15 08:39:03 UTC (rev 12117) @@ -355,8 +355,9 @@ LJ::register_hook('need_res_for_journals', sub { my $u = shift; - LJ::need_string(qw/confirm.bubble.yes - confirm.bubble.no/); + LJ::need_string(qw/confirm.bubble.yes + confirm.bubble.no + entry.reference.label.reposted/); require Apache::WURFL; if (!$LJ::DISABLED{'view_mobile_link_always'} || Apache::WURFL->is_mobile()) {