summaryrefslogtreecommitdiff
path: root/src/network/network_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/network_gui.h')
-rw-r--r--src/network/network_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network_gui.h b/src/network/network_gui.h
index e4ccf4e78..f435efbcd 100644
--- a/src/network/network_gui.h
+++ b/src/network/network_gui.h
@@ -32,7 +32,7 @@ struct NetworkCompanyInfo : NetworkCompanyStats {
Money company_value; ///< The company value
Money money; ///< The amount of money the company has
Money income; ///< How much did the company earned last year
- uint16 performance; ///< What was his performance last month?
+ uint16 performance; ///< What was their performance last month?
bool use_password; ///< Is there a password
char clients[NETWORK_CLIENTS_LENGTH]; ///< The clients that control this company (Name1, name2, ..)
};