Index: trunk/extensions/AddMediaWizard/AddMedia/mw.RemoteSearchDriver.js |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | "mwe-no-import-by-url" : "This user or wiki <b>cannot<\/b> import assets from remote URLs.<p>Do you need to login?<\/p><p>Is upload_by_url permission set for you?<br \/>Does the wiki have $1 enabled?<\/p>", |
35 | 35 | "mwe-no-import-by-url-linktext" : "$wgAllowCopyUploads", |
36 | 36 | "mwe-results_from" : "Results from $1", |
37 | | - "mwe-missing_desc_see_source" : "This asset is missing a description. Please see the $1 and help describe it.", |
| 37 | + "mwe-missing_desc_see_source" : "This asset is missing a description. Please check the [$1 source] and help describe it.", |
38 | 38 | |
39 | 39 | "rsd_config_error" : "Add media wizard configuration error: $1", |
40 | 40 | "mwe-your-recent-uploads" : "Your recent uploads to $1", |
Index: trunk/extensions/AddMediaWizard/AddMedia/AddMedia.i18n.php |
— | — | @@ -150,7 +150,7 @@ |
151 | 151 | 'mwe-no-import-by-url' => 'This user or wiki <b>cannot</b> import assets from remote URLs.<p>Do you need to login?</p><p>Is upload_by_url permission set for you?<br />Does the wiki have $1 enabled?</p>', |
152 | 152 | 'mwe-no-import-by-url-linktext' => '$wgAllowCopyUploads', |
153 | 153 | 'mwe-results_from' => 'Results from $1', |
154 | | - 'mwe-missing_desc_see_source' => 'This asset is missing a description. Please see the $1 and help describe it.', |
| 154 | + 'mwe-missing_desc_see_source' => 'This asset is missing a description. Please check the [$1 source] and help describe it.', |
155 | 155 | 'rsd_config_error' => 'Add media wizard configuration error: $1', |
156 | 156 | 'mwe-your-recent-uploads' => 'Your recent uploads to $1', |
157 | 157 | 'mwe-no_recent_uploads' => 'No recent uploads', |