diff --git a/Source/pages/list.php b/Source/pages/list.php index 27d9456..0f45ca0 100644 --- a/Source/pages/list.php +++ b/Source/pages/list.php @@ -26,7 +26,7 @@ - +>
name ?>name ?>
'; echo plugin_lang_get( 'import_full_failed' ), '
'; - print_bracket_link( plugin_page( 'repo_manage_page' ) . '&id=' . $t_repo->id, 'Return To Repository' ); + print_bracket_link( plugin_page( 'repo_manage_page' ) . '&id=' . $t_repo->id, plugin_lang_get( 'back_repo' ) ); echo '
'; # otherwise, rename and save the new repo, then delete the old @@ -64,7 +64,7 @@ echo '
'; echo sprintf( plugin_lang_get( 'import_stats' ), $t_stats['changesets'], $t_stats['files'], $t_stats['bugs'] ), '
'; - print_bracket_link( plugin_page( 'repo_manage_page' ) . '&id=' . $t_new_repo->id, 'Return To Repository' ); + print_bracket_link( plugin_page( 'repo_manage_page' ) . '&id=' . $t_new_repo->id, plugin_lang_get( 'back_repo' ) ); echo '
'; } diff --git a/Source/pages/view.php b/Source/pages/view.php index bedb504..4c59a6f 100644 --- a/Source/pages/view.php +++ b/Source/pages/view.php @@ -158,7 +158,7 @@
- + message ) ?>