Bug 31877

Summary: Capitalization: Delete this Tag and Repeat this Tag
Product: Koha Reporter: Caroline Cyr La Rose <caroline.cyr-la-rose>
Component: CatalogingAssignee: Katrin Fischer <katrin.fischer>
Status: CLOSED FIXED QA Contact: Martin Renvoize (ashimema) <martin.renvoize>
Severity: trivial    
Priority: P5 - low CC: m.de.rooy, martin.renvoize
Version: MainKeywords: Academy
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
22.11.00
Circulation function:
Attachments: Bug 31877: Fix capitalization: "Delete this Tag" and "Repeat this Tag"
Bug 31877: Fix capitalization: "Delete this Tag" and "Repeat this Tag"
Bug 31877: Fix capitalization: "Delete this Tag" and "Repeat this Tag"

Description Caroline Cyr La Rose 2022-10-19 16:19:16 UTC
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"
Comment 1 Katrin Fischer 2022-10-24 20:41:06 UTC
*** Bug 31878 has been marked as a duplicate of this bug. ***
Comment 2 Katrin Fischer 2022-10-24 20:44:36 UTC
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"
Comment 3 Katrin Fischer 2022-10-24 20:52:13 UTC
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
Comment 4 Caroline Cyr La Rose 2022-10-24 21:19:18 UTC
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>
Comment 5 Martin Renvoize (ashimema) 2022-11-02 14:04:55 UTC
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>
Comment 6 Martin Renvoize (ashimema) 2022-11-02 14:05:51 UTC
Ha.. there's another bug for the other case.

Passing QA.. this works great.. especially when bug 31876 is also included :)
Comment 7 Tomás Cohen Arazi (tcohen) 2022-11-02 22:27:52 UTC
Pushed to master for 22.11.

Nice work everyone, thanks!