Committer: sbelyaev
LJSUP-12570: Add text variable for pushed buttonU trunk/bin/upgrading/en_LJ.dat U trunk/cgi-bin/LJ/Hooks/Customize.pm
Modified: trunk/bin/upgrading/en_LJ.dat =================================================================== --- trunk/bin/upgrading/en_LJ.dat 2012-06-15 09:32:00 UTC (rev 12118) +++ trunk/bin/upgrading/en_LJ.dat 2012-06-15 11:05:33 UTC (rev 12119) @@ -2068,6 +2068,8 @@ and confirm your new address. . +entry.reference.label.title=Remove repost + entry.reference.label.reposted=Reposted entry.reference.journal.delete=Original post was hidden or deleted Modified: trunk/cgi-bin/LJ/Hooks/Customize.pm =================================================================== --- trunk/cgi-bin/LJ/Hooks/Customize.pm 2012-06-15 09:32:00 UTC (rev 12118) +++ trunk/cgi-bin/LJ/Hooks/Customize.pm 2012-06-15 11:05:33 UTC (rev 12119) @@ -357,6 +357,7 @@ LJ::need_string(qw/confirm.bubble.yes confirm.bubble.no + entry.reference.label.title entry.reference.label.reposted/); require Apache::WURFL;