<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,11 +15,11 @@ module Settings
 				end
 
 				if value.nil?
-					player.output &quot;Please specific 'off' or a value between 10 - 200.&quot;
+					player.output &quot;Please specify 'off' or a value between 10 - 200.&quot;
 					return
 				elsif value.downcase == 'off'
 					player.word_wrap = nil
-					player.output &quot;Word wrap disabled.&quot;
+					player.output &quot;Word wrap is now disabled.&quot;
 					return
 				else
 					value = value.to_i
@@ -28,7 +28,7 @@ module Settings
 						return
 					else
 						player.word_wrap = value
-						player.output &quot;Word wrap set to: #{value} characters.&quot;
+						player.output &quot;Word wrap is now set to: #{value} characters.&quot;
 						return
 					end
 				end
@@ -37,7 +37,7 @@ module Settings
 				if player.page_height.nil?
 					player.output(&quot;Pagination is currently off.&quot;, true)
 				else
-					player.output(&quot;Page length currently set to #{player.page_height}.&quot;, true)
+					player.output(&quot;Page length is currently set to #{player.page_height}.&quot;, true)
 				end
 
 				if value.nil?
@@ -54,7 +54,7 @@ module Settings
 						return
 					else
 						player.page_height = value
-						player.output &quot;Page length set to: #{value} characters.&quot;
+						player.output &quot;Page length is now set to: #{value} lines.&quot;
 						return
 					end
 </diff>
      <filename>events/settings.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>757ad091a98694234847d0d397bc5396d9b61a19</id>
    </parent>
  </parents>
  <author>
    <name>Justin</name>
    <email>justin@presidentbeef.com</email>
  </author>
  <url>http://github.com/presidentbeef/kams/commit/19bcfa3e2e246b31e6121e0c9d94f74736685c0d</url>
  <id>19bcfa3e2e246b31e6121e0c9d94f74736685c0d</id>
  <committed-date>2009-09-22T18:04:28-07:00</committed-date>
  <authored-date>2009-09-22T18:04:28-07:00</authored-date>
  <message>More little issues with settings output.

I must have been tired or something when I last worked on this.</message>
  <tree>2ba663bee5436b3448a81e89ef5cf204e802c21f</tree>
  <committer>
    <name>Justin</name>
    <email>justin@presidentbeef.com</email>
  </committer>
</commit>
