diff --git a/libraries/rte/rte_words.lib.php b/libraries/rte/rte_words.lib.php index 3205c2e7fb..95fc5a1052 100644 --- a/libraries/rte/rte_words.lib.php +++ b/libraries/rte/rte_words.lib.php @@ -29,17 +29,17 @@ function PMA_RTE_getWord($index) 'export' => __('Export of routine %s'), 'human' => __('routine'), 'no_create' => __( - 'You do not have the necessary privileges to create a routine' + 'You do not have the necessary privileges to create a routine.' ), 'no_edit' => __( 'No routine with name %1$s found in database %2$s. ' - . 'You might be lacking the necessary privileges to edit this routine' + . 'You might be lacking the necessary privileges to edit this routine.' ), 'no_view' => __( 'No routine with name %1$s found in database %2$s. ' - . 'You might be lacking the necessary privileges to view/export this routine' + . 'You might be lacking the necessary privileges to view/export this routine.' ), - 'not_found' => __('No routine with name %1$s found in database %2$s'), + 'not_found' => __('No routine with name %1$s found in database %2$s.'), 'nothing' => __('There are no routines to display.'), 'title' => __('Routines'), ); @@ -51,9 +51,9 @@ function PMA_RTE_getWord($index) 'export' => __('Export of trigger %s'), 'human' => __('trigger'), 'no_create' => __( - 'You do not have the necessary privileges to create a trigger' + 'You do not have the necessary privileges to create a trigger.' ), - 'not_found' => __('No trigger with name %1$s found in database %2$s'), + 'not_found' => __('No trigger with name %1$s found in database %2$s.'), 'nothing' => __('There are no triggers to display.'), 'title' => __('Triggers'), ); @@ -65,9 +65,9 @@ function PMA_RTE_getWord($index) 'export' => __('Export of event %s'), 'human' => __('event'), 'no_create' => __( - 'You do not have the necessary privileges to create an event' + 'You do not have the necessary privileges to create an event.' ), - 'not_found' => __('No event with name %1$s found in database %2$s'), + 'not_found' => __('No event with name %1$s found in database %2$s.'), 'nothing' => __('There are no events to display.'), 'title' => __('Events'), );