Skip to content

Commit

Permalink
Merge pull request #57 from skiv/master-dev-dev
Browse files Browse the repository at this point in the history
Attributes
  • Loading branch information
max-shamaev committed Nov 13, 2012
2 parents 053838e + 798dd57 commit 86d90d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/XLite/View/Model/Attribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ protected function getFormButtons()
{
$result = parent::getFormButtons();

$label = $this->getModelObject()->getId() ? 'Save changes' : 'New attribute';
$label = $this->getModelObject()->getId() ? 'Save changes' : 'Next';

$result['submit'] = new \XLite\View\Button\Submit(
array(
Expand Down

0 comments on commit 86d90d1

Please sign in to comment.