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:
Giles Williams 2006-04-07 23:37:06 +00:00
parent 451adaf698
commit be9e581b14
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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];