]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt/GuiInfo.cpp
Few string fixes from Dan.
[lyx.git] / src / frontends / qt / GuiInfo.cpp
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"