diff options
Diffstat (limited to 'core/qthelper.cpp')
-rw-r--r-- | core/qthelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qthelper.cpp b/core/qthelper.cpp index 01351376d..17864c9cd 100644 --- a/core/qthelper.cpp +++ b/core/qthelper.cpp @@ -958,7 +958,7 @@ QString get_trip_date_string(timestamp_t when, int nr, bool getday) if (getday) { ret = localTime.date().toString(prefs.date_format) + suffix; } else { - ret = localTime.date().toString("MMM yy") + suffix; + ret = localTime.date().toString("MMM yyyy") + suffix; } return ret; |