Ignore:
Timestamp:
2014-03-31T11:30:20+13:00 (10 years ago)
Author:
kjdon
Message:

changed some of the help messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/activate.pl

    r28269 r28953  
    777777                    }
    778778                    else {
    779                     &print_msg("Collection is not active => No need to deactivate\n");
     779                    &print_msg("Collection is already active => No need to activate\n");
    780780                    }
    781781                }
    782782                else {
    783                     &print_msg("Server is not persistent => No need to deactivate collection\n");
     783                    &print_msg("Server is not persistent => No need to activate collection\n");
    784784                }
    785785            }
Note: See TracChangeset for help on using the changeset viewer.