diff options
Diffstat (limited to 'TablesList.m')
-rw-r--r-- | TablesList.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TablesList.m b/TablesList.m index 06616069..19b9362f 100644 --- a/TablesList.m +++ b/TablesList.m @@ -677,7 +677,7 @@ loads structure or source if tab selected the first time tables = [[NSMutableArray alloc] init]; structureLoaded = NO; contentLoaded = NO; - [tables addObject:@"TABLES"]; + [tables addObject:NSLocalizedString(@"TABLES",@"header for table list")]; return self; } |