Added missing 'OXP(s) containing messages found' message in descriptions.plist. The path of the OXP with messages echoed to the log is now the last path component only.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3291 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
073b32262e
commit
b41ae4d829
@ -416,6 +416,10 @@
|
||||
"division-sign" = "÷";
|
||||
|
||||
// *** Misc. messages ***
|
||||
|
||||
// OXP containing messages that are echoed to Latest.log
|
||||
"oxp-containing-messages-found" = "OXP(s) containing messages found: ";
|
||||
|
||||
// Messages used when awarding bounties
|
||||
"bounty-@-total-@" = "Bounty: %@\nTotal: %@";
|
||||
"right-on-commander" = "Right On, Commander!";
|
||||
|
@ -323,7 +323,7 @@ static NSMutableDictionary *sStringCache;
|
||||
}
|
||||
}
|
||||
if (sOXPsWithMessagesFound == nil) sOXPsWithMessagesFound = [[NSMutableArray alloc] init];
|
||||
[sOXPsWithMessagesFound addObject:path];
|
||||
[sOXPsWithMessagesFound addObject:[path lastPathComponent]];
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user