Skip to content

Commit a5e05fc

Browse files
committed
Strings.ccbLang files renamed to Strings.ccblang
1 parent 5c372bd commit a5e05fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos2d-ext/CCBReader/CCBLocalizationManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ - (id) init
4343
self = [super init];
4444
if (!self) return NULL;
4545

46-
[self loadStringsFile:@"Strings.ccbLang"];
46+
[self loadStringsFile:@"Strings.ccblang"];
4747

4848
return self;
4949
}

0 commit comments

Comments
 (0)