diff options
author | shennetsind <ind@henn.et> | 2013-11-25 12:12:34 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-25 12:12:34 -0200 |
commit | 659b0ebfe319d9f6697574f9eeff00808ec2d427 (patch) | |
tree | 3fc1da4b4497efd14564bc383285e8035d0dffa0 /conf/messages.conf | |
parent | 58a985ed43473f4c8d58345dca158739f2ba7195 (diff) | |
download | hercules-659b0ebfe319d9f6697574f9eeff00808ec2d427.tar.gz hercules-659b0ebfe319d9f6697574f9eeff00808ec2d427.tar.bz2 hercules-659b0ebfe319d9f6697574f9eeff00808ec2d427.tar.xz hercules-659b0ebfe319d9f6697574f9eeff00808ec2d427.zip |
Fixed txt_time (used by @time)
number of screwed up scenarios e.g. when day, hour and second are 0 but minute is not.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'conf/messages.conf')
-rw-r--r-- | conf/messages.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index e1321241d..b6904328f 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -241,12 +241,12 @@ 218: This player's Peco Peco has been released. 219: %d day 220: %d days -221: %s %d hour -222: %s %d hours -223: %s %d minute -224: %s %d minutes -225: %s and %d second -226: %s and %d seconds +221: %d hour +222: %d hours +223: %d minute +224: %d minutes +225: and %d second +226: and %d seconds 227: Party modification is disabled on this map. 228: Guild modification is disabled on this map. 229: Your effect has changed. @@ -254,9 +254,9 @@ 231: Game time: The game is in permanent daylight. 232: Game time: The game is in permanent night. 233: Game time: The game is in night for %s. -234: Game time: After, the game will be in permanent daylight. +//234: 235: Game time: The game is in daylight for %s. -236: Game time: After, the game will be in permanent night. +//236: 237: Game time: After, the game will be in night for %s. 238: Game time: A day cycle has a normal duration of %s. 239: Game time: After, the game will be in daylight for %s. |