Updated text

pull/178/head
M66B 5 years ago
parent ff13b32ea6
commit f4dbff2bb6

@ -1112,7 +1112,7 @@ public class HtmlHelper {
return null; return null;
return Float.parseFloat(value.trim()) / DEFAULT_FONT_SIZE; return Float.parseFloat(value.trim()) / DEFAULT_FONT_SIZE;
} catch (NumberFormatException ex) { } catch (NumberFormatException ex) {
Log.w(ex); Log.i(ex);
return null; return null;
} }
} }

@ -917,7 +917,7 @@
Searching will initially look at messages stored on your device. Searching will initially look at messages stored on your device.
To search the server too, tap on the \'search again\' button. To search the server too, tap on the \'search again\' button.
</string> </string>
<string name="title_search_index_hint">Searching via the search index is fast, but will be done on whole words only</string> <string name="title_search_index_hint">Searching via the search index is fast, but will only find whole words</string>
<string name="title_search_more">More options</string> <string name="title_search_more">More options</string>
<string name="title_search_use_index">Use search index</string> <string name="title_search_use_index">Use search index</string>
<string name="title_search_in_senders">In senders (from)</string> <string name="title_search_in_senders">In senders (from)</string>

Loading…
Cancel
Save