keep strings consistent

This commit is contained in:
Mitchell Livingston 2008-05-23 16:56:03 +00:00
parent ecb0dfc0f3
commit 6345b6ba11
4 changed files with 5 additions and 3 deletions

View File

@ -2459,6 +2459,7 @@
DEBUG_INFORMATION_FORMAT = dwarf;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_WARN_UNUSED_FUNCTION = NO;
GCC_WARN_UNUSED_VARIABLE = NO;
MACOSX_DEPLOYMENT_TARGET = 10.4;
OTHER_LDFLAGS = "";
@ -2477,6 +2478,7 @@
DEBUG_INFORMATION_FORMAT = dwarf;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_WARN_UNUSED_FUNCTION = NO;
GCC_WARN_UNUSED_VARIABLE = NO;
MACOSX_DEPLOYMENT_TARGET = 10.4;
OTHER_LDFLAGS = "";

View File

@ -143,7 +143,7 @@
&& [[self highlightColorWithFrame: cellFrame inView: controlView] isEqual: [NSColor alternateSelectedControlColor]])
specialColor = [NSColor whiteColor];
else if ([[(FileOutlineView *)[self controlView] torrent] checkForFiles:
[(FileListNode *)[self objectValue] indexes]] == NSOffState)
[(FileListNode *)[self objectValue] indexes]] == NSOffState)
specialColor = [NSColor disabledControlTextColor];
else;

View File

@ -199,7 +199,7 @@ tr_handle * fLib;
[fNumOpenedField setStringValue: NSLocalizedString(@"1 time", "stats window -> times opened")];
break;
case 0: //for users that have this problem
[fNumOpenedField setStringValue: NSLocalizedString(@"n/a", "stats window -> times opened")];
[fNumOpenedField setStringValue: NSLocalizedString(@"N/A", "stats window -> times opened")];
break;
default:
[fNumOpenedField setStringValue: [NSString stringWithFormat: NSLocalizedString(@"%d times", "stats window -> times opened"),

View File

@ -687,7 +687,7 @@
item = [menu itemWithTag: ACTION_MENU_GLOBAL_TAG];
[item setState: mode == NSMixedState ? NSOnState : NSOffState];
}
else //assume the menu is part of the file list
else //assume the menu is part of the file list
{
if ([menu numberOfItems] > 0)
return;