shhh wrote in changelog

[livejournal] r22594: LJSUP-13108: Paid repost button

Committer: nnikulochkina
LJSUP-13108: Paid repost button
U   trunk/cgi-bin/LJ/Entry/Repost.pm
Modified: trunk/cgi-bin/LJ/Entry/Repost.pm
===================================================================
--- trunk/cgi-bin/LJ/Entry/Repost.pm	2012-08-08 06:53:42 UTC (rev 22593)
+++ trunk/cgi-bin/LJ/Entry/Repost.pm	2012-08-08 07:17:42 UTC (rev 22594)
@@ -224,7 +224,7 @@
         }
         
         if ($cost > $budget) {
-            $$error = LJ::API::Error->get_error('repost_blocking_error');
+            $$error = LJ::API::Error->get_error('repost_budget_error');
             return;
         }