From 37279f6681ba367da4441495f55b67569bfebf0b Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Tue, 7 Aug 2018 12:41:00 +0200 Subject: [PATCH] Typos --- src/frontends/qt4/GuiInfo.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/frontends/qt4/GuiInfo.cpp b/src/frontends/qt4/GuiInfo.cpp index 5874862daa..422eac3478 100644 --- a/src/frontends/qt4/GuiInfo.cpp +++ b/src/frontends/qt4/GuiInfo.cpp @@ -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" -- 2.39.2