if ($this->arg('create')) {
if (!$this->boolean('license')) {
- $this->showForm(_m('You can\'t register if you don\'t agree to the license.'),
+ $this->showForm(_m('You cannot register if you do not agree to the license.'),
$this->trimmed('newname'));
return;
}
);
common_log(LOG_INFO, 'Twitter bridge - ' . $msg);
$this->serverError(
- _m('Couldn\'t link your Twitter account.')
+ _m('Could not link your Twitter account.')
);
}
$this->elementStart('li');
$this->input('newname', _m('New nickname'),
($this->username) ? $this->username : '',
- _m('1-64 lowercase letters or numbers, no punctuation or spaces'));
+ _m('1-64 lowercase letters or numbers, no punctuation or spaces.'));
$this->elementEnd('li');
$this->elementStart('li');
$this->input('email', _m('LABEL','Email'), $this->getEmail(),
}
return true;
}
-
}
-