commit cc257b4927f8833836a6f6caab6f91c5022063db
Author: Pavel Sanda <[email protected]>
Date: Mon Oct 9 20:41:57 2023 +0200
Few string fixes from Dan.
---
src/frontends/qt/GuiInfo.cpp | 12 ++++++------
src/frontends/qt/ui/PrefDocHandlingUi.ui | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/frontends/qt/GuiInfo.cpp b/src/frontends/qt/GuiInfo.cpp
index 2a04f2b..5ba0b19 100644
--- a/src/frontends/qt/GuiInfo.cpp
+++ b/src/frontends/qt/GuiInfo.cpp
@@ -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"
diff --git a/src/frontends/qt/ui/PrefDocHandlingUi.ui
b/src/frontends/qt/ui/PrefDocHandlingUi.ui
index eef3142..db1c471 100644
--- a/src/frontends/qt/ui/PrefDocHandlingUi.ui
+++ b/src/frontends/qt/ui/PrefDocHandlingUi.ui
@@ -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>
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs