aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableContent.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-10-19 23:22:48 +0000
committerstuconnolly <stuart02@gmail.com>2009-10-19 23:22:48 +0000
commit58b657e70459066b0bbd2e961669e170a2d38520 (patch)
tree348e6c1377e9c1e76aac3d997f0eb4e5f0fa5702 /Source/TableContent.m
parent523844f584fc06b99c7cce5c5b0a17e9943b40d3 (diff)
downloadsequelpro-58b657e70459066b0bbd2e961669e170a2d38520.tar.gz
sequelpro-58b657e70459066b0bbd2e961669e170a2d38520.tar.bz2
sequelpro-58b657e70459066b0bbd2e961669e170a2d38520.zip
Some UI tidying up.
Diffstat (limited to 'Source/TableContent.m')
-rw-r--r--Source/TableContent.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m
index 6f8f8dcd..d21c8df5 100644
--- a/Source/TableContent.m
+++ b/Source/TableContent.m
@@ -1258,8 +1258,8 @@
}
[menu addItem:[NSMenuItem separatorItem]];
- NSMenuItem *item = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"Edit Filter…", @"edit filter") action:NULL keyEquivalent:@""];
- [item setToolTip:NSLocalizedString(@"Edit user-defined Filter…", @"edit user-defined filter")];
+ NSMenuItem *item = [[NSMenuItem alloc] initWithTitle:NSLocalizedString(@"Edit Filters…", @"edit filter") action:NULL keyEquivalent:@""];
+ [item setToolTip:NSLocalizedString(@"Edit user-defined Filters…", @"edit user-defined filter")];
[item setTag:i];
[menu addItem:item];
[item release];