Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Update language file for com_cronjobs
Browse files Browse the repository at this point in the history
Adds a missing string and introduces a new string for use in
CronjobPluginTrait.
  • Loading branch information
ditsuke committed Aug 14, 2021
1 parent f4b8ec3 commit 7790379
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion administrator/language/en-GB/com_cronjobs.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; Joomla! Projects
; (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
; GPL v3
; Joomla! Projects
COM_CRONJOBS="Cronjobs"
COM_CRONJOBS_CLI_JOBS_DESC="Configure a CLI script to run at a scheduled interval or another condition."
COM_CRONJOBS_CLI_JOBS_TITLE="CLI/Script Job"
Expand Down Expand Up @@ -28,12 +28,14 @@ COM_CRONJOBS_FIELDSET_BASIC="Basic Fields"
COM_CRONJOBS_FIELDSET_CRON_OPTIONS="Cron Options"
COM_CRONJOBS_FIELDSET_DETAILS="Details"
COM_CRONJOBS_FIELDSET_EXEC_HIST="Execution History"
COM_CRONJOBS_FIELDSET_PARAMS_FS="Job Parameters"
COM_CRONJOBS_FIELDSET_RULES="Permissions"
COM_CRONJOBS_FILTER_SEARCH_DESC="Search in cronjob title and note. Prefix with 'ID:' to search for a job ID"
COM_CRONJOBS_FILTER_SEARCH_LABEL="Search Cronjobs"
COM_CRONJOBS_FORM_TITLE_EDIT="Edit Cronjob"
COM_CRONJOBS_FORM_TITLE_NEW="New Cronjob"
COM_CRONJOBS_HEADING_JOB_TYPE="- Job Type -"
COM_CRONJOBS_JOB_LOG_PREFIX="Job> "
COM_CRONJOBS_JOB_TYPE="Job Type"
COM_CRONJOBS_JOB_TYPE_ASC="Job Type Ascending"
COM_CRONJOBS_JOB_TYPE_DESC="Job Type Descending"
Expand Down
3 changes: 2 additions & 1 deletion plugins/job/requests/requests.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ public static function getSubscribedEvents(): array
}

/**
* @param CronRunEvent $event
* @param CronRunEvent $event The onCronRun event
*
* @return void
*
* @since __DEPLOY_VERSION__
*/
Expand Down

0 comments on commit 7790379

Please sign in to comment.