Skip to content

Commit

Permalink
SAK-40253: Samigo > Improve the warning message for deleting a Questi…
Browse files Browse the repository at this point in the history
…on Pool
  • Loading branch information
fostersdesign authored and bjones86 committed Jun 29, 2018
1 parent ddf634a commit edef0a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ add_q_to_assmt=Add the above question(s) to the following assessment
add_to_assmt=Add to Assessment
all=All
bean_error=An error occured in the bean. Error Message is
remove_sure_p=Are you sure you want to remove the following pool(s) and ALL associated subpools and questions?
remove_sure_p=Are you sure you want to remove the selected pool(s) and ALL associated subpools and questions? This will remove the selected question pools and their questions from your account, removing their availability from all your sites.
unshare_sure_p=Are you sure you want to remove the following pool(s) from your list of pools? This will not alter the original owner's pool.
remove_sure_q=Are you sure you want to remove the following question(s)?
assmt_title=Assessment Title
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ add_q_to_assmt=Add the above question(s) to the following assessment
add_to_assmt=Add to Assessment
all=All
bean_error=An error occurred in the bean. Error Message is
remove_sure_p=Are you sure you want to remove the following pool(s) and ALL associated subpools and questions?
remove_sure_p=Are you sure you want to remove the selected pool(s) and ALL associated subpools and questions? This will remove the selected question pools and their questions from your account, removing their availability from all your sites.
remove_sure_q=Are you sure you want to remove the following question(s)?
assmt_title=Assessment Title
by_qtype=By Question Type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="portletBody">
<h:form id="removePoolForm">
<h3 style="insColor insBak"><h:outputText value="#{questionPoolMessages.rm_p_confirm}" /></h3>
<div class="validation">
<div class="messageWarning">
<h:outputText value="#{questionPoolMessages.remove_sure_p}" />
</div>
<div class="tier1">
Expand Down

0 comments on commit edef0a6

Please sign in to comment.