Fix/Cleanup: I18N: Bad usage of IFACE_ instead of TIP_.

Cheap tip: anything that is not "Camel Case" and/or that is more than
a few words long should use `TIP_` translation, not `IFACE_` one.

Also added several missing strings (including the one reported in D5056
by Jean First (@robbott), thanks).
This commit is contained in:
2019-06-11 22:25:01 +02:00
parent d665d12853
commit 23df1a774b
43 changed files with 324 additions and 326 deletions

View File

@@ -431,7 +431,7 @@ void ExecutionGroup::finalizeChunkExecution(int chunkNumber, MemoryBuffer **memo
char buf[128];
BLI_snprintf(buf,
sizeof(buf),
IFACE_("Compositing | Tile %u-%u"),
TIP_("Compositing | Tile %u-%u"),
this->m_chunksFinished,
this->m_numberOfChunks);
this->m_bTree->stats_draw(this->m_bTree->sdh, buf);