Skip to content

Commit

Permalink
MDL-43590 move unapprove to undo approval
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jan 10, 2014
1 parent 02b5deb commit d339d41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mod/data/lang/en/data.php
Expand Up @@ -77,7 +77,7 @@
$string['csvimport_help'] = 'Entries may be imported via a plain text file with a list of field names as the first line, then the data, with one record per line.';
$string['csvwithselecteddelimiter'] = '<acronym title="Comma Separated Values">CSV</acronym> text with selected delimiter:';
$string['data:addinstance'] = 'Add a new database';
$string['data:approve'] = 'Approve and unapprove entries';
$string['data:approve'] = 'Approve and undo approved entries';
$string['data:comment'] = 'Write comments';
$string['data:exportallentries'] = 'Export all database entries';
$string['data:exportentry'] = 'Export a database entry';
Expand Down Expand Up @@ -110,7 +110,7 @@
$string['deletewarning'] = 'Are you sure you want to delete this preset?';
$string['descending'] = 'Descending';
$string['directorynotapreset'] = '{$a->directory} Not a preset: missing files: {$a->missing_files}';
$string['disapprove'] = 'Unapprove';
$string['disapprove'] = 'Undo approval';
$string['download'] = 'Download';
$string['edit'] = 'Edit';
$string['editcomment'] = 'Edit comment';
Expand Down
4 changes: 2 additions & 2 deletions mod/glossary/lang/en/glossary.php
Expand Up @@ -108,7 +108,7 @@
$string['descending'] = 'descending';
$string['destination'] = 'Destination of imported entries';
$string['destination_help'] = 'Entries can either be imported and added to the current glossary or to a new glossary, in which case a new glossary will be created based on information in the XML file.';
$string['disapprove'] = 'Unapprove';
$string['disapprove'] = 'Undo approval';
$string['displayformat'] = 'Display format';
$string['displayformat_help'] = 'There are 7 display formats:
Expand Down Expand Up @@ -174,7 +174,7 @@
$string['fullmatch'] = 'Match whole words only';
$string['fullmatch_help'] = 'This setting specifies whether only whole words will be linked, for example, a glossary entry named "construct" will not create a link inside the word "constructivism".';
$string['glossary:addinstance'] = 'Add a new glossary';
$string['glossary:approve'] = 'Approve and unapprove entries';
$string['glossary:approve'] = 'Approve and undo approved entries';
$string['glossary:comment'] = 'Create comments';
$string['glossary:export'] = 'Export entries';
$string['glossary:exportentry'] = 'Export single entry';
Expand Down

0 comments on commit d339d41

Please sign in to comment.