small change in one key from status-commander to status-commander-@ to reflect use of formatting in the string consistant with other keys
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@450 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
451adaf698
commit
be9e581b14
@ -866,7 +866,7 @@
|
||||
<string>Press Space Commander</string>
|
||||
|
||||
<!-- Status screen -->
|
||||
<key>status-commander</key>
|
||||
<key>status-commander-@</key>
|
||||
<string>Commander %@</string>
|
||||
<key>status-present-system</key>
|
||||
<string>Present System:</string>
|
||||
|
@ -4312,7 +4312,7 @@ double scoopSoundPlayTime = 0.0;
|
||||
NSString* alert_desc = (NSString *)[(NSArray *)[descriptions objectForKey:@"condition"] objectAtIndex:[self alert_condition]];
|
||||
[gui clear];
|
||||
|
||||
text = [descriptions objectForKey:@"status-commander"];
|
||||
text = [descriptions objectForKey:@"status-commander-@"];
|
||||
[gui setTitle:[NSString stringWithFormat:text, player_name]];
|
||||
//
|
||||
[gui setText:shipName forRow:0 align:GUI_ALIGN_CENTER];
|
||||
|
Loading…
x
Reference in New Issue
Block a user