Revision: 29955
http://sourceforge.net/p/bibdesk/svn/29955
Author: hofman
Date: 2026-01-19 10:02:31 +0000 (Mon, 19 Jan 2026)
Log Message:
-----------
fix localized string description
Modified Paths:
--------------
trunk/bibdesk/BibDocument_Search.m
trunk/bibdesk/en.lproj/Localizable.strings
Modified: trunk/bibdesk/BibDocument_Search.m
===================================================================
--- trunk/bibdesk/BibDocument_Search.m 2026-01-18 17:02:02 UTC (rev 29954)
+++ trunk/bibdesk/BibDocument_Search.m 2026-01-19 10:02:31 UTC (rev 29955)
@@ -316,11 +316,11 @@
NSButton *button = [searchButtonBar addButton];
[button setTarget:self];
[button setAction:@selector(addSearchField:)];
- [button setToolTip:NSLocalizedString(@"Add a search field", @"Tool tip
meessage")];
+ [button setToolTip:NSLocalizedString(@"Add a search field", @"Tool tip
message")];
button = [searchButtonBar removeButton];
[button setTarget:self];
[button setAction:@selector(removeSearchField:)];
- [button setToolTip:NSLocalizedString(@"Remove a search field", @"Tool tip
meessage")];
+ [button setToolTip:NSLocalizedString(@"Remove a search field", @"Tool tip
message")];
}
- (BOOL)addFileSearchItems {
Modified: trunk/bibdesk/en.lproj/Localizable.strings
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit