1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-01-02 03:37:54 +02:00

Making the config option title a bit more clear

This commit is contained in:
grasdk 2024-06-16 22:46:20 +02:00
parent 9ceb90c4a2
commit 671065c6ac

View File

@ -1084,7 +1084,7 @@ export class ClientGalleryConfig {
@ConfigProperty({
tags: {
name: $localize`Ignore timestamp offsets`,
name: $localize`Ignore timestamp offsets (use local time)`,
priority: ConfigPriority.advanced,
},
description: $localize`If enabled, timestamp offsets are ignored, meaning that the local times of pictures are used for searching, sorting and grouping. If disabled, global time is used and pictures with no timestamp are assumed to be in UTC (offset +00:00).`