Archived
1

-Changed Main Split view to fix a graphical bug in the results split area

-Changed the maximum width of the search field
-Fixed a bug: "Network error" when having special characters in query
-Fixed a bug: Returned false results when having a "&" in the query
This commit is contained in:
Kim Wittenburg
2012-06-18 16:19:01 +02:00
parent dd82658055
commit a5d716af91
13 changed files with 791 additions and 623 deletions

View File

@@ -29,9 +29,9 @@
"Hoster.text.noNetwork" = "No Network connection";
"Hoster.messages.networkError.title" = "You are not connected to the internet.";
"Hoster.messages.networkOrQueryError.title" = "You are not connected to the internet or you entered an invalid query.";
"Hoster.messages.networkError.detail" = "Check if you are connected through WLAN or Ethernet. Use the Network Diagnostics for more information.";
"Hoster.messages.networkOrQueryError.detail" = "1. Check if you are connected through WLAN or Ethernet. Use the Network Diagnostics for more information.\n2. Try to remove any special characters (&%$§€) and try again.";
"Hoster.messages.noResults.title" = "Your search did not return any results.";