~tomdroid-dev/tomdroid/rework-auth-error-handling

« back to all changes in this revision

Viewing changes to res/values/strings.xml

  • Committer: Olivier Bilodeau
  • Date: 2012-04-16 02:35:09 UTC
  • Revision ID: olivier@bottomlesspit.org-20120416023509-wcef3wag9hf5fxse
added parenthesis around exception stuff so diminish user confusion

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        
62
62
        <string name="prefSyncCompleteAuth">Completing authentication. Please wait...</string>
63
63
        <string name="prefSyncConnectionFailed">The connection to the server has failed, please check that the address you entered is correct.</string>
64
 
        <string name="prefSyncConnectionFailedWithDetails">The connection to the server has failed, please check that the address you entered is correct. Exception %1$s</string>
 
64
        <string name="prefSyncConnectionFailedWithDetails">The connection to the server has failed, please check that the address you entered is correct. (Exception: %1$s)</string>
65
65
        <string name="prefServerEmpty">The server address changed but the new value is empty</string>
66
66
        
67
67
        <string name="titleSyncService">Choose the sync service to use</string>