basic help for manage committed versions

This commit is contained in:
Colin Kuskie 2006-05-24 04:09:20 +00:00
parent 32af5f8c66
commit 858dc2793a
3 changed files with 33 additions and 0 deletions

View file

@ -327,6 +327,13 @@ our $I18N = {
lastUpdated => 0,
},
'manage committed versions body' => {
message => q|<p>This screen lists all committed version tags in WebGUI, information about the tags and an interface to manage them.</p>
<p>The name of the tag is a link to display what work was performed in the tag. The date the tag was committed and the username of the user who committed the tag are shown as well. A link is provided so that the tag can be rolled back.</p>
|,
lastUpdated => 1148359381,
},
'topicName' => {
message => q|Version Control|,
lastUpdated => 1148360141,