aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/DMLocalizedNibBundle.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/DMLocalizedNibBundle.m b/Source/DMLocalizedNibBundle.m
index 86d6e671..0b7295d4 100644
--- a/Source/DMLocalizedNibBundle.m
+++ b/Source/DMLocalizedNibBundle.m
@@ -234,10 +234,8 @@ static NSMutableArray *deliciousBindingKeys = nil;
} else {
#ifdef BETA_BUILD
NSLog(@" not going to localize string %@", string);
- return string; // [string uppercaseString]
-#else
- return string;
#endif
+ return nil;
}
}