]> git.lyx.org Git - lyx.git/commitdiff
Few string fixes from Dan.
authorPavel Sanda <sanda@lyx.org>
Mon, 9 Oct 2023 18:41:57 +0000 (20:41 +0200)
committerPavel Sanda <sanda@lyx.org>
Mon, 9 Oct 2023 18:41:57 +0000 (20:41 +0200)
src/frontends/qt/GuiInfo.cpp
src/frontends/qt/ui/PrefDocHandlingUi.ui

index 2a04f2bf6b7d53a1a3edd1b6703e5499d197cb1b..5ba0b19b46381b972623edb3105813859756b1f6 100644 (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"
index eef31425f888e6e8e27e4790b95aa116140fbaaf..db1c4710e4cfa37b59394151a022c42c0f01b04e 100644 (file)
       <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>