Few string fixes from Dan.

This commit is contained in:
Pavel Sanda 2023-10-09 20:41:57 +02:00
parent b05d59ec04
commit cc257b4927
2 changed files with 7 additions and 7 deletions

View File

@ -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"

View File

@ -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&amp;y single close-tab button</string>