Navigation Menu

Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Clean scheduler actions - Fix #838
Browse files Browse the repository at this point in the history
Fix french translation (run current task, not tasks)
  • Loading branch information
cdujeu committed Mar 20, 2015
1 parent 397c76f commit 5626075
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/src/plugins/action.scheduler/i18n/fr.php
Expand Up @@ -43,7 +43,7 @@
"14" => "Dernière exécution",
"15"=> "Démarrer",
"15d" => "Exécuter la tâche sélectionnée",
"16" => "Lancer les tâches",
"16" => "Lancer la tâche",
"16d" => "Déclencher le planificateur de tâches et exécuter les tâches planifiées",
"17" => "Utilisateur(s)",
"17d" => "Entrer une liste d'utilisateurs séparés par des virgules, ou un joker (*) pour lancer la tâche sur chaque utilisateur.",
Expand Down
6 changes: 3 additions & 3 deletions core/src/plugins/action.scheduler/manifest.xml
Expand Up @@ -73,7 +73,7 @@
<gui text="action.scheduler.16" title="action.scheduler.15d" iconClass="icon-play" src="scheduler/22/task_run.png" hasAccessKey="false">
<context selection="true" dir="" recycle="hidden" allowedMimes="scheduler_zone"
actionBar="true" contextMenu="true" infoPanel="true"
actionBarGroup="change"/>
actionBarGroup="get"/>
<selectionContext dir="false" behaviour="hidden" file="true" recycle="false" unique="true" allowedMimes="scheduler_task"/>
</gui>
<processing>
Expand Down Expand Up @@ -228,7 +228,7 @@
<gui text="action.scheduler.10" title="action.scheduler.11" iconClass="icon-edit" src="scheduler/ICON_SIZE/task.png" hasAccessKey="false">
<context selection="true" dir="" recycle="hidden" allowedMimes="scheduler_zone"
actionBar="true" contextMenu="true" infoPanel="true"
actionBarGroup="change"/>
actionBarGroup="get"/>
<selectionContext dir="false" file="true" behaviour="hidden" recycle="false" unique="true" allowedMimes="scheduler_task"/>
</gui>
<processing>
Expand All @@ -242,7 +242,7 @@
<gui text="action.scheduler.19" title="action.scheduler.12" iconClass="icon-trash" src="scheduler/22/task_delete.png" hasAccessKey="false">
<context selection="true" dir="" recycle="hidden" allowedMimes="scheduler_zone"
actionBar="true" contextMenu="true" infoPanel="true"
actionBarGroup="change"/>
actionBarGroup="get"/>
<selectionContext dir="false" file="true" behaviour="hidden" recycle="false" unique="true" allowedMimes="scheduler_task"/>
</gui>
<processing>
Expand Down

0 comments on commit 5626075

Please sign in to comment.