Browse Source

Fixed typo in strings

David A. Velasco 11 years ago
parent
commit
4bb658fe88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      res/values/strings.xml

+ 1 - 1
res/values/strings.xml

@@ -278,6 +278,6 @@
 	<string name="network_error_socket_exception">An error occurred while connecting with the server.</string>
 	<string name="network_error_socket_timeout_exception">An error occurred while waiting for the server, the operation couldn\'t have been done</string>
 	<string name="network_error_connect_timeout_exception">An error occurred while waiting for the server, the operation couldn\'t have been done</string>
-	<string name="network_host_not_available">The operation couldn\'t be completed, server is unavaliable</string>
+	<string name="network_host_not_available">The operation couldn\'t be completed, server is unavailable</string>
 	
 </resources>