Changeset 897

Show
Ignore:
Timestamp:
12/13/06 01:08:33 (2 years ago)
Author:
lknowland
Message:

Clarified the language for when user is trying to restore and the system does not have XML::XPath. BugID: 45826

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/tmpl/cms/backup_restore.tmpl

    r883 r897  
    9292<div id="restore-panel" style="display: none;"> 
    9393<TMPL_IF NAME=MISSING_XPATH> 
    94 <div class="error-message"><MT_TRANS phrase="Perl module XML::XPath and/or its dependencies is missing - Movable Type can not restore system without it."></div> 
     94<div class="error-message"><MT_TRANS phrase="Perl module XML::XPath and/or its dependencies are missing - Movable Type can not restore the system without it."></div> 
    9595<TMPL_ELSE> 
    9696<form method="post" enctype="multipart/form-data" action="<TMPL_VAR NAME=SCRIPT_URL>">