aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/world.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.cpp b/src/world.cpp
index f03606f..1acc06a 100644
--- a/src/world.cpp
+++ b/src/world.cpp
@@ -1444,7 +1444,7 @@ std::string getWorldWeatherStr( WorldWeather ww )
return "Rainy";
break;
default:
- return "Look at the screen u scrub";
+ return "Snowy";
break;
}
}