Display the minimum number of clicks and impressions that must be
bought by the user, in the buy ad space form. tidy up code. Fixes bug #10843
This commit is contained in:
parent
95e979deda
commit
dd89a77ba8
4 changed files with 161 additions and 128 deletions
|
|
@ -129,6 +129,18 @@ our $I18N = {
|
|||
context => q|%f is the price charged for each impression of the ad.|
|
||||
},
|
||||
|
||||
'minimum impressions' => {
|
||||
message => q|Must buy at least %d impressions|,
|
||||
lastUpdated => 0,
|
||||
context => q|%d is the number of impressions that must be bought.|
|
||||
},
|
||||
|
||||
'minimum clicks' => {
|
||||
message => q|Must buy at least %d clicks|,
|
||||
lastUpdated => 0,
|
||||
context => q|%d is the number of clicks that must be bought.|
|
||||
},
|
||||
|
||||
'form manage title' => {
|
||||
message => q|Manage My Ads|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue