Author: kwright
Date: Thu Jun 27 14:21:08 2013
New Revision: 1497368

URL: http://svn.apache.org/r1497368
Log:
Use colon form of strings

Modified:
    
manifoldcf/trunk/connectors/googledrive/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/googledrive/editConfiguration_google_server.html

Modified: 
manifoldcf/trunk/connectors/googledrive/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/googledrive/editConfiguration_google_server.html
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/googledrive/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/googledrive/editConfiguration_google_server.html?rev=1497368&r1=1497367&r2=1497368&view=diff
==============================================================================
--- 
manifoldcf/trunk/connectors/googledrive/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/googledrive/editConfiguration_google_server.html
 (original)
+++ 
manifoldcf/trunk/connectors/googledrive/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/googledrive/editConfiguration_google_server.html
 Thu Jun 27 14:21:08 2013
@@ -26,7 +26,7 @@
   <tr>
     <td class="description">
       <nobr>
-        
$Encoder.bodyEscape($ResourceBundle.getString('GoogleDriveRepositoryConnector.RefreshToken'))
+        
$Encoder.bodyEscape($ResourceBundle.getString('GoogleDriveRepositoryConnector.RefreshTokenColon'))
       </nobr>
     </td>
     <td class="value">
@@ -36,7 +36,7 @@
   <tr>
     <td class="description">
       <nobr>
-        
$Encoder.bodyEscape($ResourceBundle.getString('GoogleDriveRepositoryConnector.ClientID'))
+        
$Encoder.bodyEscape($ResourceBundle.getString('GoogleDriveRepositoryConnector.ClientIDColon'))
       </nobr>
     </td>
     <td class="value">
@@ -46,7 +46,7 @@
   <tr>
     <td class="description">
       <nobr>
-        
$Encoder.bodyEscape($ResourceBundle.getString('GoogleDriveRepositoryConnector.ClientSecret'))
+        
$Encoder.bodyEscape($ResourceBundle.getString('GoogleDriveRepositoryConnector.ClientSecretColon'))
       </nobr>
     </td>
     <td class="value">


Reply via email to