Fix some UI messages and update i18n spellcheck utils.

This commit is contained in:
Bastien Montagne 2020-12-21 10:49:33 +01:00
parent 720b2c6655
commit 42e2dd2178
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ class SpellChecker:
"boolean", "booleans",
"chamfer",
"couldn", # couldn't
"customizable",
"decrement",
"derivate",
"deterministically",

View File

@ -1039,7 +1039,7 @@ static void file_draw_invalid_library_hint(const SpaceFile *sfile, const ARegion
UI_icon_draw(sx, sy - UI_UNIT_Y, ICON_INFO);
const char *suggestion = TIP_(
"Set up the library or edit libraries in the Preferences, File Paths section.");
"Set up the library or edit libraries in the Preferences, File Paths section");
file_draw_string_multiline(
sx + UI_UNIT_X, sy, suggestion, width - UI_UNIT_X, line_height, text_col, NULL, NULL);
}