! Tweak the wording of the canned replies interface. It now says "Add a..." instead of "Insert a...". Btw, only reason 'Go' was used was because it was the same as existing language string. [Bug 715]
gruffen

gruffen commited on 2011-05-30 11:47:58
Showing 2 changed files, with 3 additions and 2 deletions.

... ...
@@ -335,8 +335,9 @@ $txt['shd_choose_one'] = '[Choose one]';
335 335
 $txt['shd_no_value'] = '[no value]';
336 336
 $txt['shd_ticket_dept'] = 'Ticket department';
337 337
 $txt['shd_select_dept'] = '-- Select a department --';
338
-$txt['canned_replies'] = 'Insert a pre-defined reply:';
338
+$txt['canned_replies'] = 'Add a pre-defined reply:';
339 339
 $txt['canned_replies_select'] = '-- Select a reply --';
340
+$txt['canned_replies_insert'] = 'Insert';
340 341
 
341 342
 // Profile / trackip
342 343
 $txt['shd_replies_from_ip'] = 'Helpdesk replies posted from IP (range)';
... ...
@@ -563,7 +563,7 @@ function template_ticket_cannedreplies()
563 563
 
564 564
 	echo '
565 565
 						</select>
566
-						<input type="button" class="button_submit" value="Go!" onclick="oCannedReplies.getReply();" />
566
+						<input type="button" class="button_submit" value="', $txt['canned_replies_insert'], '" onclick="oCannedReplies.getReply();" />
567 567
 					</div>
568 568
 					<script type="text/javascript"><!-- // --><![CDATA[
569 569
 					var oCannedReplies = new CannedReply({
570 570