Skip to content

Commit

Permalink
Fix typo and installation status check in one case
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinai committed Jan 26, 2012
1 parent eb5e45e commit bbc761c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
<?php elseif ($this->isGroupsCatalogInstalled() && $this->isGroupsCatalogAttributeAvailable()): ?>
<?php echo $this->__('Next Step: migrate system configuration and catalog data') ?>
<input type="hidden" name="migration_step" value="migrateData"/>
<?php elseif ($this->isGroupsCatalogAttributeAvailable()): ?>
<?php echo $this->__("Next Step: clean up relict's from the old GroupsCatalog extension from the database") ?>
<?php elseif ($this->isGroupsCatalogConfigurationAvailable()): ?>
<?php echo $this->__("Next Step: clean up relicts of the old GroupsCatalog extension from the database") ?>
<input type="hidden" name="migration_step" value="cleanupDb"/>
<?php else: ?>
<?php echo $this->__('Next Step: you now can safely remove all files from the old GroupsCatalog extension') ?>
Expand Down

0 comments on commit bbc761c

Please sign in to comment.