The branch, master has been updated via b44ece2949224200846811266eb96e799a7ca7e6 (commit) from f989d6f0cf61c861af0a37af12e3a24af7cdf4ee (commit)
- Log ----------------------------------------------------------------- commit b44ece2949224200846811266eb96e799a7ca7e6 Author: Marc Delisle marc@infomarc.info Date: Thu Jul 14 09:20:34 2011 -0400
Create a new is redundant
-----------------------------------------------------------------------
Summary of changes: libraries/rte/rte_events.lib.php | 2 +- libraries/rte/rte_routines.lib.php | 2 +- libraries/rte/rte_triggers.lib.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libraries/rte/rte_events.lib.php b/libraries/rte/rte_events.lib.php index d7ffbc5..97ebcdd 100644 --- a/libraries/rte/rte_events.lib.php +++ b/libraries/rte/rte_events.lib.php @@ -59,7 +59,7 @@ function PMA_RTE_getWord($index) 'docu' => 'EVENTS', 'export' => __('Export of event %s'), 'human' => __('event'), - 'no_create' => __('You do not have the necessary privileges to create a new event'), + 'no_create' => __('You do not have the necessary privileges to create an event'), 'not_found' => __('No event with name %1$s found in database %2$s'), 'nothing' => __('There are no events to display.'), 'title' => __('Events'), diff --git a/libraries/rte/rte_routines.lib.php b/libraries/rte/rte_routines.lib.php index 9a9c8f2..8c04d85 100644 --- a/libraries/rte/rte_routines.lib.php +++ b/libraries/rte/rte_routines.lib.php @@ -44,7 +44,7 @@ function PMA_RTE_getWord($index) 'docu' => 'STORED_ROUTINES', 'export' => __('Export of routine %s'), 'human' => __('routine'), - 'no_create' => __('You do not have the necessary privileges to create a new routine'), + 'no_create' => __('You do not have the necessary privileges to create a routine'), 'not_found' => __('No routine with name %1$s found in database %2$s'), 'nothing' => __('There are no routines to display.'), 'title' => __('Routines'), diff --git a/libraries/rte/rte_triggers.lib.php b/libraries/rte/rte_triggers.lib.php index 61b9943..66aebcf 100644 --- a/libraries/rte/rte_triggers.lib.php +++ b/libraries/rte/rte_triggers.lib.php @@ -40,7 +40,7 @@ function PMA_RTE_getWord($index) 'docu' => 'TRIGGERS', 'export' => __('Export of trigger %s'), 'human' => __('trigger'), - 'no_create' => __('You do not have the necessary privileges to create a new trigger'), + 'no_create' => __('You do not have the necessary privileges to create a trigger'), 'not_found' => __('No trigger with name %1$s found in database %2$s'), 'nothing' => __('There are no triggers to display.'), 'title' => __('Triggers'),
hooks/post-receive