]> git.lyx.org Git - features.git/commitdiff
Typos
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 7 Aug 2018 10:41:00 +0000 (12:41 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 7 Aug 2018 10:41:00 +0000 (12:41 +0200)
src/frontends/qt4/GuiInfo.cpp

index 5874862daa6eb832a62cd5ea507d1d4fed083a8e..422eac347803175f4abe89b1bdb9cefea4bc2563 100644 (file)
@@ -145,8 +145,8 @@ char const * info_tooltip[] =
      "* yy: year as two digit number\n"
      "* yyyy: year as four digit number"),// fixdate
   N_("Enter time format specification, using the following placeholders:\n"
-     "* h: the hour without a leading zero (01-12 in AM/PM)\n"
-     "* hh: the hour with a leading zero (1-12 in AM/PM)\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"
      "* m: the minute without a leading zero\n"
@@ -159,8 +159,8 @@ char const * info_tooltip[] =
      "* ap or a: use am/pm display ('am'/'pm')\n"
      "* t: the timezone (e.g. CEST)"),// time
   N_("Enter time format specification, using the following placeholders:\n"
-     "* h: the hour without a leading zero (01-12 in AM/PM)\n"
-     "* hh: the hour with a leading zero (1-12 in AM/PM)\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"
      "* m: the minute without a leading zero\n"
@@ -173,8 +173,8 @@ char const * info_tooltip[] =
      "* ap or a: use am/pm display ('am'/'pm')\n"
      "* t: the timezone (e.g. CEST)"),// modtime
   N_("Enter time format specification, using the following placeholders:\n"
-     "* h: the hour without a leading zero (01-12 in AM/PM)\n"
-     "* hh: the hour with a leading zero (1-12 in AM/PM)\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"
      "* m: the minute without a leading zero\n"