Remove unnecessary language.

pull/1/head
Darrell Anderson 12 years ago
parent bb5db1f645
commit 2cc195396f

@ -35,7 +35,7 @@ void AppWizardUtil::guessAuthorAndEmail(TQString *author, TQString *email)
}
struct passwd *pw = ::getpwuid(getuid());
// pw==0 => the system must be really fucked up
// pw==0 => the system must be really messed up
if (!pw)
return;

Loading…
Cancel
Save