Package: warsow
Version: 0.32.dfsg-1
Severity: wishlist

Sorry for the subject, just joking :)
/usr/games/warsow is a wrapper, which has two nice mistakes in it:

1.
if glxinfo | grep "direct rendering: No"; then
  xmessage -center "You're OpenGL installation doesn't support direct
rendering. If you have an NVIDIA or an ATI card you'll probably need to
install the propritary driver."
  exit 0
fi

You're is short-form for You are, here it should be "Your".

2.
if [ "`glxinfo -l|grep GL_MAX_TEXTURE_SIZE| sed 's/.*= //'`" -lt
"$WARSOW_MIN_TEXTURE_SIZE" ]; then xmessage -center "You're graphic
card doesn't doesn't have enough memory to launch Warsow."
  exit 0
fi

Again, it should be "Your", and one "doesn't" should be enought here :)

Regards
Evgeni

Attachment: pgpoHjXvj2IGt.pgp
Description: PGP signature

Reply via email to