The string "Delete this Tag" appears in addbiblio.tt a couple of times. It should be "Delete this tag". To get to the string in the staff interface: 1. In the staff interface, go to Cataloging 2. Click "New record" 3. Hover the mouse cursor over one of the delete tag buttons (rectangle with a small x next to the tag title) --> a little popup thing (tooltip?) appears with "Delete this Tag" 4. Open the developper tools inspector in your browser 5. Click on the delete tag button --> the image alt text is "Delete this Tag"
*** Bug 31878 has been marked as a duplicate of this bug. ***
To get to the string in the staff interface: 1. In the staff interface, go to Cataloging 2. Click "New record" 3. Hover the mouse cursor over one of the duplicate tag buttons (two rectangles next to the tag title, e.g. next to 020 in MARC21) --> a little popup thing (tooltip?) appears with "Repeat this Tag" 4. Open the developper tools inspector in your browser 5. Click on the duplicate tag button --> the image alt text is "Repeat this Tag"
Created attachment 142569 [details] [review] Bug 31877: Fix capitalization: "Delete this Tag" and "Repeat this Tag" To get to the string in the staff interface: 1. In the staff interface, go to Cataloging 2. Click "New record" 3. Hover the mouse cursor over one of the delete tag buttons (rectangle with a small x next to the tag title) --> a little popup thing (tooltip?) appears with "Delete this Tag" 4. Open the developper tools inspector in your browser 5. Click on the delete tag button --> the image alt text is "Delete this Tag" 6. Repeat the same check in the authorities editor 7. Apply patch 8. All tooltips and alt text should read correctly now
Created attachment 142572 [details] [review] Bug 31877: Fix capitalization: "Delete this Tag" and "Repeat this Tag" To get to the string in the staff interface: 1. In the staff interface, go to Cataloging 2. Click "New record" 3. Hover the mouse cursor over one of the delete tag buttons (rectangle with a small x next to the tag title) --> a little popup thing (tooltip?) appears with "Delete this Tag" 4. Open the developper tools inspector in your browser 5. Click on the delete tag button --> the image alt text is "Delete this Tag" 6. Repeat the same check in the authorities editor 7. Apply patch 8. All tooltips and alt text should read correctly now Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Created attachment 142978 [details] [review] Bug 31877: Fix capitalization: "Delete this Tag" and "Repeat this Tag" To get to the string in the staff interface: 1. In the staff interface, go to Cataloging 2. Click "New record" 3. Hover the mouse cursor over one of the delete tag buttons (rectangle with a small x next to the tag title) --> a little popup thing (tooltip?) appears with "Delete this Tag" 4. Open the developper tools inspector in your browser 5. Click on the delete tag button --> the image alt text is "Delete this Tag" 6. Repeat the same check in the authorities editor 7. Apply patch 8. All tooltips and alt text should read correctly now Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Ha.. there's another bug for the other case. Passing QA.. this works great.. especially when bug 31876 is also included :)
Pushed to master for 22.11. Nice work everyone, thanks!