Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /home/mstoynov/public_html_mihail.stoynov.com/wp-content/plugins/wp-syntax/wp-syntax.php on line 380
sudo cp /System/library/CoreServices/Finder.app/Contents/Resources/English.lproj/InfoPlist.strings /System/library/CoreServices/Finder.app/Contents/Resources/English.lproj/InfoPlist.strings.bak #convert from binary to xml format sudo plutil -convert xml1 /System/library/CoreServices/Finder.app/Contents/Resources/English.lproj/InfoPlist.strings sudo nano /System/library/CoreServices/Finder.app/Contents/Resources/English.lproj/InfoPlist.strings # add a space so it looks like: <value> Folder</value>, check the screenshot sudo plutil -convert binary1 /System/library/CoreServices/Finder.app/Contents/Resources/English.lproj/InfoPlist.strings sudo killall Finder |
