Jump to content

Cid

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Cid

  1. Hello, When updating the client, I had a message telling me that i have 1 fileS left from an unfinished download and asking if I want to delete THEM. The bug isn't really important, but it's still annoying since there's only 1 file and the message box string states plural, as you can see in the attachement. Suggestion to fix it, no matter the language the updater is written, I'm sure you'll understand it. :) bool isPlural = (fileCount > 1); string message = "Found " + fileCount + " file" + ((isPlural) ? ("s") : ("")) + " with " + fileSize + " bytes left from an unfinished download, which " + ((isPlural) ? ("are") : ("is")) + " not needed for the current operation.\n" + "\n" + "Do you want to DELETE " + ((isPlural) ? ("them") : ("it")) + " ?"; Regards, Cid
  2. Hello guys and great job about the Harrier ! :thumbup: The characters on panels look quite aliased (I'm using MSAA 4x) and it's difficult to read them.
×
×
  • Create New...