Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/base/shipmodel.cc')
-rw-r--r--src/game/base/shipmodel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/base/shipmodel.cc b/src/game/base/shipmodel.cc
index 1edd9d2..9489c91 100644
--- a/src/game/base/shipmodel.cc
+++ b/src/game/base/shipmodel.cc
@@ -355,7 +355,7 @@ void ShipModel::buy(core::EntityControlable *buyer, core::Entity *seller, bool c
// needs confirmation
if (!confirm) {
std::ostringstream ostrtxt;
- ostrtxt << "Buy a " << name() << " for " << price() -refund << " credits?";
+ ostrtxt << "Buy " << aux::article(name()) << " for " << price() - refund << " credits?";
std::ostringstream ostrcmd;
ostrcmd << "buy " << seller_item->id() << " 1 confirm";