mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
* src/frontends/qt4/ui/TextLayoutUi.ui:
* src/frontends/qt4/ui/ListingsUi.ui: * src/frontends/qt4/ui/IncludeUi.ui: * src/LyXRC.cpp: trivial user message changes: "lyx" => "LyX" git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18752 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
985ba3b296
commit
52093834d3
@ -2239,7 +2239,7 @@ string const LyXRC::getDescription(LyXRCTags tag)
|
||||
break;
|
||||
|
||||
case RC_LOADSESSION:
|
||||
str = _("De-select to prevent loading files opened from the last lyx session.");
|
||||
str = _("De-select to prevent loading files opened from the last LyX session.");
|
||||
break;
|
||||
|
||||
case RC_MAKE_BACKUP:
|
||||
|
@ -63,7 +63,7 @@
|
||||
<item row="4" column="0" colspan="2" >
|
||||
<widget class="QCheckBox" name="bypassCB" >
|
||||
<property name="toolTip" >
|
||||
<string>Check it to enter parameters that are not recognizable by lyx</string>
|
||||
<string>Check it to enter parameters that are not recognizable by LyX</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>&Bypass validation</string>
|
||||
|
@ -549,7 +549,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="bypassCB" >
|
||||
<property name="toolTip" >
|
||||
<string>Check it to enter parameters that are not recognizable by lyx</string>
|
||||
<string>Check it to enter parameters that are not recognizable by LyX</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>&Bypass validation</string>
|
||||
|
@ -232,7 +232,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="bypassCB" >
|
||||
<property name="toolTip" >
|
||||
<string>Check it to enter parameters that are not recognizable by lyx</string>
|
||||
<string>Check it to enter parameters that are not recognizable by LyX</string>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>&Bypass validation</string>
|
||||
|
Loading…
Reference in New Issue
Block a user