mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 15:46:34 +02:00
Updated text
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user