Changeset 838

Show
Ignore:
Timestamp:
12/05/06 22:26:13 (2 years ago)
Author:
lknowland
Message:

Updated the display copy to read more consistently.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/wheeljack/lib/MT/App/CMS.pm

    r836 r838  
    1085110851 
    1085210852    my $what = $q->param('backup_what'); 
    10853     return $app->errtrans("What to backup must be selected.") if !$what; 
     10853    return $app->errtrans("You must select what you want to backup.") if !$what; 
    1085410854 
    1085510855    my $number = $q->param('num_items') || 0; 
  • branches/wheeljack/lib/MT/BackupRestore.pm

    r831 r838  
    118118                } 
    119119                $printer->($object->to_xml(undef, $args) . "\n",  
    120                     MT->translate('[_1]#[_2] has been backup.', $class, $object->id) . "\n") 
     120                    MT->translate('[_1]#[_2] has been backed up.', $class, $object->id) . "\n") 
    121121                        if $object->to_backup; 
    122122                if ($class eq 'MT::Author') { 
  • branches/wheeljack/tmpl/cms/backup_end.tmpl

    r831 r838  
    1212 
    1313<TMPL_IF NAME=BACKUP_SUCCESS> 
    14 <p><strong><MT_TRANS phrase="All data backup successfully!"></strong></p> 
     14<p><strong><MT_TRANS phrase="All data backed up successfully!"></strong></p> 
    1515<TMPL_IF NAME=FILES_LOOP> 
    1616<div class="list" id="list-files"> 
  • branches/wheeljack/tmpl/cms/backup_start.tmpl

    r831 r838  
    77<div id="progress-bar"><img src="<TMPL_VAR NAME=STATIC_URI>images/indeterminate-progress-bar.gif" alt="" height="24" width="124" /></div> 
    88 
    9 <pre><MT_TRANS phrase="Backup Movable Type"> 
     9<pre><MT_TRANS phrase="Backing up Movable Type"> 
    1010