Browse Source

small typos

Paul Klumpp 12 năm trước cách đây
mục cha
commit
90637acb58
1 tập tin đã thay đổi với 6 bổ sung6 xóa
  1. 6 6
      cims.tcl

+ 6 - 6
cims.tcl

@@ -1408,25 +1408,25 @@ proc ::cims::status_frequency {nick mask hand chan text} {
 	set status_message "$chan $name: "
 	
 	if {$mnet_freqs_onoff($name,$chan) == 1} {
-		append status_message "frequency output is on. "
+		append status_message "Frequency output is on. "
 	} else {
-		append status_message "frequency output is off. "
+		append status_message "Frequency output is off. "
 	}
 
 	if {$mnet_colors_optional($network) == 1} {
 		if {$mnet_colors_onoff($name,$chan) == 1} {
-			append status_message "colors are turned on. "
+			append status_message "Colors are turned on. "
 		} else {
-			append status_message "colors are turned off. "
+			append status_message "Colors are turned off. "
 		}
 		
 	} else {
-		append status_message "message-colors are forced. "
+		append status_message "Message-colors are forced. "
 	}
 	
 	if {[info exists mnet_reached_users($name,$chan)]} {
 		if {[info exists mnet_reached_chans($name,$chan)]} {
-			append status_message "Your last message reached about $mnet_reached_users($name,$chan) users and $mnet_reached_chans($name,$chan) channels. "
+			append status_message "Your last message reached $mnet_reached_users($name,$chan) unique users in $mnet_reached_chans($name,$chan) channels. "
 		}
 	}