소스 검색

Updated message for warning about HTTPS -> HTTP redirection

David A. Velasco 10 년 전
부모
커밋
aa4709024e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      res/values/strings.xml

+ 1 - 1
res/values/strings.xml

@@ -282,6 +282,6 @@
 	<string name="uploader_upload_forbidden_permissions">to upload in this folder</string>
 	<string name="downloader_download_file_not_found">The file is no longer available on the server</string>
 
-	<string name="auth_redirect_non_secure_connection_title">Secure connection has been redirect to a non secure one.</string>
+	<string name="auth_redirect_non_secure_connection_title">Secure connection is redirected through a non secure route.</string>
 
 </resources>