(svn r18683) -Fix: it's not an other
This commit is contained in:
@@ -141,7 +141,7 @@ public:
|
||||
void Sort(SorterType sorter, bool ascending);
|
||||
|
||||
/**
|
||||
* Add one list to an other one.
|
||||
* Add one list to another one.
|
||||
* @param list The list that will be added to the caller.
|
||||
* @post The list to be added ('list') stays unmodified.
|
||||
* @note All added items keep their value as it was in 'list'.
|
||||
|
@@ -36,7 +36,7 @@ public:
|
||||
/** The start tile must slope either North, South, West or East */
|
||||
ERR_TUNNEL_START_SITE_UNSUITABLE, // [STR_ERROR_SITE_UNSUITABLE_FOR_TUNNEL]
|
||||
|
||||
/** An other tunnel is in the way */
|
||||
/** Another tunnel is in the way */
|
||||
ERR_TUNNEL_ANOTHER_TUNNEL_IN_THE_WAY, // [STR_ERROR_ANOTHER_TUNNEL_IN_THE_WAY]
|
||||
|
||||
/** Unable to excavate land at the end to create the tunnel's exit */
|
||||
|
Reference in New Issue
Block a user