different syntax highlighting for single and double quoted strings
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / preferences / PHPPreferencesMessages.properties
index 68cb473..7db8fcf 100644 (file)
@@ -74,7 +74,8 @@ PHPEditorSyntaxPreferencePage.variables=Variables
 PHPEditorSyntaxPreferencePage.types=Types
 PHPEditorSyntaxPreferencePage.functions=Functions
 PHPEditorSyntaxPreferencePage.constants=Constants
-PHPEditorSyntaxPreferencePage.strings=Strings
+PHPEditorSyntaxPreferencePage.strings_dq=Double Quoted Strings
+PHPEditorSyntaxPreferencePage.strings_sq=Single Quoted Strings
 PHPEditorSyntaxPreferencePage.others=Others
 PHPEditorSyntaxPreferencePage.syntaxdialog=Custom PHP Syntax File:
 PHPEditorSyntaxPreferencePage.browse=Browse..