Skip to content

Commit

Permalink
For Categories and Versions, change [ edit ] -> [ Edit ], [ remove ] …
Browse files Browse the repository at this point in the history
…-> [ Delete ].

For Users [ remove ] -> [ Remove]

This is to be consistent with the bug notes.  I kept the Remove in case of the
users, because the user is not deleted, it is only that he/she is removed from
the project (i.e. deletion of access rights).


git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1088 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Jun 6, 2002
1 parent c7ec176 commit e55e52c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lang/strings_english.txt
Expand Up @@ -409,7 +409,7 @@
$s_add_category_button = 'Add Category';
$s_versions = 'Versions';
$s_add_version_button = 'Add Version';
$s_edit_link = 'edit';
$s_edit_link = 'Edit';

# manage_proj_menu_page.php
$s_add_project_title = 'Add Project';
Expand Down Expand Up @@ -550,7 +550,7 @@
$s_add_user_title = 'Add user to project';
$s_add_user_button = 'Add User';
$s_project_selection_title = 'Project Selection';
$s_remove_link = 'remove';
$s_remove_link = 'Remove';

# proj_user_update.php
$s_updated_user_msg = 'Successfully updated user';
Expand Down
4 changes: 2 additions & 2 deletions manage_proj_edit_page.php
Expand Up @@ -157,7 +157,7 @@
<?php
print_bracket_link( 'manage_proj_cat_edit_page.php?f_project_id='.$f_project_id.'&amp;f_category='.$t2_category.'&amp;f_assigned_to='.$c_user_id, $s_edit_link );
PRINT '&nbsp;';
print_bracket_link( 'manage_proj_cat_del_page.php?f_project_id='.$f_project_id.'&amp;f_category='.$t2_category, $s_remove_link );
print_bracket_link( 'manage_proj_cat_del_page.php?f_project_id='.$f_project_id.'&amp;f_category='.$t2_category, $s_delete_link );
?>
</td>
</tr>
Expand Down Expand Up @@ -223,7 +223,7 @@
<?php
print_bracket_link( 'manage_proj_ver_edit_page.php?f_project_id='.$f_project_id.'&amp;f_version='.$t2_version.'&amp;f_date_order='.$t2_date_order, $s_edit_link );
PRINT '&nbsp;';
print_bracket_link( 'manage_proj_ver_del_page.php?f_project_id='.$f_project_id.'&amp;f_version='.$t2_version.'&amp;f_date_order='.$t2_date_order, $s_remove_link );
print_bracket_link( 'manage_proj_ver_del_page.php?f_project_id='.$f_project_id.'&amp;f_version='.$t2_version.'&amp;f_date_order='.$t2_date_order, $s_delete_link );
?>
</td>
</tr>
Expand Down

0 comments on commit e55e52c

Please sign in to comment.