Kristi Fix (KF): Asset toolbar help grammar and typos

This commit is contained in:
Colin Kuskie 2006-12-06 23:51:39 +00:00
parent a8e972695e
commit a5c1cc7e90
2 changed files with 12 additions and 12 deletions

View file

@ -898,10 +898,10 @@ Couldn't open %-s because %-s <br />
},
'asset toolbar body' => {
message => q|<p>When you are viewing an asset, and you have editing privileges for that asset
and you have Admin mode turned on, the assets will display an toolbar with icons that allow you
message => q|<p>When you are viewing an asset in Admin mode, and if you have editing privileges for that asset
and you have Admin mode turned on, the asset will display a toolbar with icons that allow you
to edit or modify that asset.</p>|,
lastUpdated => 0,
lastUpdated => 1165448599,
},
'Class Icon' => {
@ -910,8 +910,8 @@ to edit or modify that asset.</p>|,
},
'Class Icon help' => {
message => q|Each Asset will also display a class icon. Most Class Icons are unique to an Asset, and are smaller versions of the Icons diplayed in the Admin Console to add a new Asset to your site. Clicking on the Class Icon will show a drop-down menu with additional editing options.|,
lastUpdated => 0,
message => q|Each Asset will also display a class icon. Most Class Icons are unique to an Asset, and are smaller versions of the icons diplayed in the New Content menu of the Admin Console for that Asset. Clicking on the Class Icon will show a drop-down menu with additional editing options.|,
lastUpdated => 1165448677,
},
'parent url' => {

View file

@ -7,7 +7,7 @@ our $I18N = {
},
'locked help' => {
message => q|Show a list of all revisions of this Asset. This icon is only available if the asset isn't locked, or if it is locked and you are using the tag is was edited under.|,
message => q|Show a list of all revisions of this Asset. This icon is only available if the asset isn't locked, or is locked and you are using the tag it was edited under.|,
lastUpdated => 1148591578
},
@ -67,8 +67,8 @@ our $I18N = {
},
'Delete help' => {
message => q|Delete this asset and put a copy in the trash. This icon is only available if the asset isn't locked, or if it is locked and you are using the tag is was edited under.|,
lastUpdated => 1148591221
message => q|Delete this asset and put a copy in the trash. This icon is only available if the asset isn't locked, or if it is locked and you are using the tag it was edited under.|,
lastUpdated => 1165448627
},
'Wobject Settings' => {
@ -92,8 +92,8 @@ our $I18N = {
},
'Edit help' => {
message => q|Edit the properties of this Asset. This icon is only available if the asset isn't locked, or if it is locked and you are using the tag is was edited under.|,
lastUpdated => 1148591273
message => q|Edit the properties of this Asset. This icon is only available if the asset isn't locked, or if it is locked and you are using the tag it was edited under.|,
lastUpdated => 1165448622
},
'Manage' => {
@ -122,8 +122,8 @@ our $I18N = {
},
'Export help' => {
message => q|Bring up the Export as HTML screen for this Asset.|,
lastUpdated => 1096319561
message => q|If an export path was defined in the WebGUI config file for this site, a new menu item will be addded to the toolbar. Selecting this menu item will bring up the Export as HTML screen for this Asset.|,
lastUpdated => 1165448862,
},
};