mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Few string fixes from Dan.
This commit is contained in:
parent
b05d59ec04
commit
cc257b4927
@ -148,8 +148,8 @@ char const * info_tooltip[] =
|
||||
N_("Enter time format specification, using the following placeholders:\n"
|
||||
"* h: the hour without a leading zero (1-12 in AM/PM)\n"
|
||||
"* hh: the hour with a leading zero (01-12 in AM/PM)\n"
|
||||
"* H: the hour without a leading zero (0-23 in AM/PM)\n"
|
||||
"* HH: the hour with a leading zero (00-23 in AM/PM)\n"
|
||||
"* H: the hour without a leading zero (0-23)\n"
|
||||
"* HH: the hour with a leading zero (00-23)\n"
|
||||
"* m: the minute without a leading zero\n"
|
||||
"* mm: the minute with a leading zero\n"
|
||||
"* s: the second without a leading zero\n"
|
||||
@ -162,8 +162,8 @@ char const * info_tooltip[] =
|
||||
N_("Enter time format specification, using the following placeholders:\n"
|
||||
"* h: the hour without a leading zero (1-12 in AM/PM)\n"
|
||||
"* hh: the hour with a leading zero (01-12 in AM/PM)\n"
|
||||
"* H: the hour without a leading zero (0-23 in AM/PM)\n"
|
||||
"* HH: the hour with a leading zero (00-23 in AM/PM)\n"
|
||||
"* H: the hour without a leading zero (0-23)\n"
|
||||
"* HH: the hour with a leading zero (00-23)\n"
|
||||
"* m: the minute without a leading zero\n"
|
||||
"* mm: the minute with a leading zero\n"
|
||||
"* s: the second without a leading zero\n"
|
||||
@ -176,8 +176,8 @@ char const * info_tooltip[] =
|
||||
N_("Enter time format specification, using the following placeholders:\n"
|
||||
"* h: the hour without a leading zero (1-12 in AM/PM)\n"
|
||||
"* hh: the hour with a leading zero (01-12 in AM/PM)\n"
|
||||
"* H: the hour without a leading zero (0-23 in AM/PM)\n"
|
||||
"* HH: the hour with a leading zero (00-23 in AM/PM)\n"
|
||||
"* H: the hour without a leading zero (0-23)\n"
|
||||
"* HH: the hour with a leading zero (00-23)\n"
|
||||
"* m: the minute without a leading zero\n"
|
||||
"* mm: the minute with a leading zero\n"
|
||||
"* s: the second without a leading zero\n"
|
||||
|
@ -194,7 +194,7 @@
|
||||
<item row="2" column="0">
|
||||
<widget class="QCheckBox" name="singleCloseTabButtonCB">
|
||||
<property name="toolTip">
|
||||
<string>Whether to place close button on each tab or only one in the top left.</string>
|
||||
<string>Whether to place close button on each tab or only one in the top right.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Displa&y single close-tab button</string>
|
||||
|
Loading…
Reference in New Issue
Block a user