adium-1.4 3350:5823cc057254: Make the placeholder string of the ...

commits at adium.im commits at adium.im
Tue Feb 15 17:25:38 UTC 2011


details:	http://hg.adium.im/adium-1.4/rev/5823cc057254
revision:	3350:5823cc057254
author:		Thijs Alkemade <thijsalkemade at gmail.com>
date:		Tue Feb 15 17:30:01 2011 +0100

Make the placeholder string of the "Search Logs" field localised.

Fixes #14582
Subject: adium-1.4 3351:c0b500c1ae6c: Update the Localizable.strings files.

details:	http://hg.adium.im/adium-1.4/rev/c0b500c1ae6c
revision:	3351:c0b500c1ae6c
author:		Thijs Alkemade <thijsalkemade at gmail.com>
date:		Tue Feb 15 18:25:27 2011 +0100

Update the Localizable.strings files.

Fixes #14588, refs #14582

diffs (35 lines):

diff -r 327927ad486c -r c0b500c1ae6c Frameworks/Adium Framework/Resources/en.lproj/Localizable.strings
Binary file Frameworks/Adium Framework/Resources/en.lproj/Localizable.strings has changed
diff -r 327927ad486c -r c0b500c1ae6c Resources/en.lproj/Localizable.strings
Binary file Resources/en.lproj/Localizable.strings has changed
diff -r 327927ad486c -r c0b500c1ae6c Source/AIContactListEditorPlugin.m
--- a/Source/AIContactListEditorPlugin.m	Mon Feb 14 23:21:53 2011 +0100
+++ b/Source/AIContactListEditorPlugin.m	Tue Feb 15 18:25:27 2011 +0100
@@ -320,7 +320,7 @@
 	
 	NSString *message = nil;
 
-	/* XXX Should allow the account to determine if the message will indicate the group is just hidden, not deleted, ‡ la Twitter */
+	/* XXX Should allow the account to determine if the message will indicate the group is just hidden, not deleted, á la Twitter */
 	if (array.count == 1) {
 		AIListObject *listObject = [[array objectAtIndex:0] objectForKey:@"ListObject"];
 		AIListObject <AIContainingObject> *containingObject = [[array objectAtIndex:0] objectForKey:@"ContainingObject"];
diff -r 327927ad486c -r c0b500c1ae6c Source/AILogViewerWindowController.m
--- a/Source/AILogViewerWindowController.m	Mon Feb 14 23:21:53 2011 +0100
+++ b/Source/AILogViewerWindowController.m	Tue Feb 15 18:25:27 2011 +0100
@@ -57,6 +57,7 @@
 #define DELETE							AILocalizedString(@"Delete",nil)
 #define DELETEALL						AILocalizedString(@"Delete All",nil)
 #define SEARCH							AILocalizedString(@"Search",nil)
+#define SEARCH_LOGS						AILocalizedString(@"Search Logs",nil)
 
 #define HIDE_EMOTICONS					AILocalizedString(@"Hide Emoticons",nil)
 #define SHOW_EMOTICONS					AILocalizedString(@"Show Emoticons",nil)
@@ -452,6 +453,7 @@
 		[self setSearchMode:LOG_SEARCH_TO];
 
     [searchField_logs setStringValue:(activeSearchString ? activeSearchString : @"")];
+	[[searchField_logs cell] setPlaceholderString:SEARCH_LOGS];
 	suppressSearchRequests = NO;
 
 	if (!isOpeningForContact) {




More information about the commits mailing list