[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_5RC1-18586-ge416935

The branch, master has been updated via e4169358f6a380f58e3e73c633a70bb839fbd42d (commit) from 003d879a64971573400e22b0756800c92ce40864 (commit) - Log ----------------------------------------------------------------- commit e4169358f6a380f58e3e73c633a70bb839fbd42d Author: Marc Delisle <marc@infomarc.info> Date: Sun Sep 11 06:57:49 2011 -0400 Improve message ----------------------------------------------------------------------- Summary of changes: tbl_indexes.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tbl_indexes.php b/tbl_indexes.php index 1daca81..1bffbe7 100644 --- a/tbl_indexes.php +++ b/tbl_indexes.php @@ -166,7 +166,7 @@ echo PMA_generate_common_hidden_inputs($form_params); <legend> <?php if (isset($_REQUEST['create_index'])) { - echo __('Create a new index'); + echo __('Create an index'); } else { echo __('Modify an index'); } hooks/post-receive -- phpMyAdmin
participants (1)
-
Marc Delisle