mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Increase hint verbosity, otherwise difficult to understand.
This commit is contained in:
parent
5be391b274
commit
a42a57a0b6
@ -157,7 +157,7 @@ public:
|
||||
return;
|
||||
/// The text to be written on top of the pixmap
|
||||
QString const htext = qt_("The Document\nProcessor[[welcome banner]]");
|
||||
QString const htextsize = qt_("1.0[[possibly scale the welcome banner text size]]");
|
||||
QString const htextsize = qt_("1.0[[translating this to different value scales the welcome banner text size for your language]]");
|
||||
/// The text to be written on top of the pixmap
|
||||
QString const text = lyx_version ?
|
||||
qt_("version ") + lyx_version : qt_("unknown version");
|
||||
|
Loading…
Reference in New Issue
Block a user