Updated text

This commit is contained in:
M66B
2020-04-24 12:07:29 +02:00
parent ff13b32ea6
commit f4dbff2bb6
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -917,7 +917,7 @@
Searching will initially look at messages stored on your device.
To search the server too, tap on the \'search again\' button.
</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_use_index">Use search index</string>
<string name="title_search_in_senders">In senders (from)</string>