aboutsummaryrefslogtreecommitdiff
path: root/src/operate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/operate.cc')
-rw-r--r--src/operate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/operate.cc b/src/operate.cc
index 33cb6ac..68bf61c 100644
--- a/src/operate.cc
+++ b/src/operate.cc
@@ -1991,7 +1991,7 @@ void Look(uint32 CreatureID, Object Obj){
if(MinutesLeft == 0){
snprintf(Help, sizeof(Help), " that is brand-new");
}else{
- snprintf(Help, sizeof(Help), " that has energy for %u minutes%s left",
+ snprintf(Help, sizeof(Help), " that has energy for %u minute%s left",
MinutesLeft, (MinutesLeft != 1 ? "s" : ""));
}
strcat(Description, Help);