X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt%2FGuiInfo.cpp;h=5ba0b19b46381b972623edb3105813859756b1f6;hb=cc257b4927f8833836a6f6caab6f91c5022063db;hp=2a04f2bf6b7d53a1a3edd1b6703e5499d197cb1b;hpb=2b6ef1257a34efc8b52585acccc0ab5f0e04f485;p=lyx.git diff --git a/src/frontends/qt/GuiInfo.cpp b/src/frontends/qt/GuiInfo.cpp index 2a04f2bf6b..5ba0b19b46 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"