The new string "Are you sure you want to cancel the hold(s)?"
has been added as the following variable,
staff.hold_list.cancel_hold_dialog.confirmation.
The string also needs to be translated to all supported languages.
Signed-off-by: Kyle Tomita <ktomita@catalystitservices.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
<!ENTITY staff.hold_list.cancel_hold_dialog.cancel_btn.accesskey "N">
<!ENTITY staff.hold_list.cancel_hold_dialog.apply_btn.label "Yes">
<!ENTITY staff.hold_list.cancel_hold_dialog.apply_btn.accesskey "Y">
+<!ENTITY staff.hold_list.cancel_hold_dialog.confirmation "Are you sure you want to cancel the hold(s)?">
<!ENTITY staff.cat.manage_multi_bib_items.caption "Manage Conjoined Items">
<!ENTITY staff.cat.manage_multi_bib_items.actions.menu.label "Actions for Selected Items">
<!ENTITY staff.cat.manage_multi_bib_items.actions.menu.accesskey "f">
<textbox id="note_tb" multiline="true" />
<hbox>
<spacer flex="1"/>
- Are you sure you want to cancel the hold(s)?
+ <label value="&staff.hold_list.cancel_hold_dialog.confirmation;" />
<button id="cancel_btn" label="&staff.hold_list.cancel_hold_dialog.cancel_btn.label;" accesskey="&staff.hold_list.cancel_hold_dialog.cancel_btn.accesskey;" />
<button id="apply_btn" label="&staff.hold_list.cancel_hold_dialog.apply_btn.label;" accesskey="&staff.hold_list.cancel_hold_dialog.apply_btn.accesskey;" />
</hbox>