diff --git a/omz-custom/custom_commands.sh b/omz-custom/custom_commands.sh index 6c0d3ef..9acf918 100755 --- a/omz-custom/custom_commands.sh +++ b/omz-custom/custom_commands.sh @@ -376,8 +376,8 @@ function learning_time() { fi if (( $(echo "$LEARNING_DIFF > 0" | bc -l) )); then - echo -e "Total learning time missing: ${GREEN}$LEARNING_DIFF hours${NC}" + echo -e "Total learning time not used: ${GREEN}$LEARNING_DIFF hours${NC}" else - echo -e "Total extra learning time: ${RED}${LEARNING_DIFF#-} hours${NC}" + echo -e "Total extra learning time used: ${RED}${LEARNING_DIFF#-} hours${NC}" fi }