diff options
author | francis <francis> | 2008-02-29 12:42:02 +0000 |
---|---|---|
committer | francis <francis> | 2008-02-29 12:42:02 +0000 |
commit | a03c104c9e0915767bad29aebb8587a7d219ca1d (patch) | |
tree | ab3838526aa7faa214e9ed826b19d3df7c6fe4f9 | |
parent | c623becabe72422668c0e79bebc9d3d138b05f85 (diff) |
Clarify wording
-rw-r--r-- | app/views/request/_describe_state.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_describe_state.rhtml b/app/views/request/_describe_state.rhtml index d1d199992..5f2ec98dd 100644 --- a/app/views/request/_describe_state.rhtml +++ b/app/views/request/_describe_state.rhtml @@ -3,7 +3,7 @@ <h2>What is the status of this request now?</h2> <p> <%= radio_button "incoming_message", "described_state", "waiting_response" %> - <label for="incoming_message_described_state_waiting_response">I'm still <strong>waiting</strong> for a response</label> + <label for="incoming_message_described_state_waiting_response">I'm still <strong>waiting</strong> for my information / a rejection (e.g. if the new response was just an acknowledgement)</label> <br> <%= radio_button "incoming_message", "described_state", "waiting_clarification" %> <label for="incoming_message_described_state_waiting_clarification">I'm about to <strong>clarify</strong> my request</label> |