View Issue Details

IDProjectCategoryView StatusLast Update
0009036mantisbtlocalizationpublic2010-12-17 04:40
Reportermha Assigned Tosiebrand  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.1 
Fixed in Version1.2.4 
Summary0009036: Translation fault / translation confusion (confirm_custom_field_unlinking)
Description

Hi,
I removed a customer field from one of our projects. I got a bit confused, because it seems that the text displayed as i will remove the field is wrong.

 english:   $s_confirm_custom_field_unlinking = 'Are you sure you want to remove (unlink) this custom field from the project and delete all associated values?';

 german: $s_confirm_custom_field_unlinking = 'Sind Sie sicher, dass Sie dieses benutzerdefinierte Feld aus dem Projekt entfernen und alle enthaltenen Werte löschen wollen?';

I think both are not correct. Because it will not delete all associeated values. The only think it does is to not show the customer field on the website. If I put the field back to the project, everything is fine, values are still there.

So "delete all associated" is in my opinon the wrong term. Never shown on website is what it does.

Regards
Marc

Steps To Reproduce

Go to customer field page, select a customer field which is used in one ore more projects, and remove it from one project. There you will see the message. Or go to language files and have a look for: d delete all associated confirm_custom_field_unlinking.

TagsNo tags attached.

Activities

siebrand

siebrand

2009-03-30 19:48

reporter   ~0021322

Confirmed on git trunk. Unlinking custom fields from projects does not destroy any values. Deleting the custom field altogether does. Should look into using different messages here to avoid confusion and doubt.

siebrand

siebrand

2010-11-01 07:04

reporter   ~0027206

Fixed in commit 9e3bf10c5d5fdf9cb27135c31130fa0b2fd3f4ae (not yet pushed).

New text is: 'Are you sure you want to unlink this custom field from the project? The values will not be deleted as long as the custom field itself is not deleted.'

Related Changesets

MantisBT: master-1.2.x 325c6a1d

2010-11-01 07:03

siebrand


Details Diff
Fix 0009036: Message confirm_custom_field_unlinking has confusing text.

Updated text to 'Are you sure you want to unlink this custom field from the project? The values will not be deleted as long as the custom field itself is not deleted.'
Affected Issues
0009036
mod - lang/strings_english.txt Diff File