summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2021-07-20 09:43:44 +0200
committerMarcus Meissner <marcus@jet.franken.de>2021-07-20 09:43:44 +0200
commitb736efbe4507cea3abdca41fd0663acb3b358d28 (patch)
treefc29e2a524f392f560affbd0c80cba1a653088ed
parent233569b17322a702aeab8abecc63e37d50de44e2 (diff)
downloadlibgphoto2-b736efbe4507cea3abdca41fd0663acb3b358d28.tar.gz
make the textual description of syncdatetimeutc also mention UTC
fixes https://github.com/gphoto/libgphoto2/issues/684
-rw-r--r--camlibs/ptp2/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/ptp2/config.c b/camlibs/ptp2/config.c
index 96eb967f1..ebdbaff10 100644
--- a/camlibs/ptp2/config.c
+++ b/camlibs/ptp2/config.c
@@ -9963,7 +9963,7 @@ _get_PTP_Manufacturer_STR(CONFIG_GET_ARGS) {
static struct submenu camera_actions_menu[] = {
/* { N_("Viewfinder Mode"), "viewfinder", PTP_DPC_CANON_ViewFinderMode, PTP_VENDOR_CANON, PTP_DTC_UINT32, _get_Canon_ViewFinderMode, _put_Canon_ViewFinderMode}, */
/*{ N_("Synchronize camera date and time with PC"),"syncdatetime", PTP_DPC_CANON_UnixTime, PTP_VENDOR_CANON, PTP_DTC_UINT32, _get_Canon_SyncTime, _put_Canon_SyncTime },*/
- { N_("Synchronize camera date and time with PC"),"syncdatetimeutc", PTP_DPC_CANON_EOS_UTCTime, PTP_VENDOR_CANON, PTP_DTC_UINT32, _get_Canon_SyncTime, _put_Canon_SyncTime },
+ { N_("Synchronize camera date and time with PC (UTC)"),"syncdatetimeutc", PTP_DPC_CANON_EOS_UTCTime, PTP_VENDOR_CANON, PTP_DTC_UINT32, _get_Canon_SyncTime, _put_Canon_SyncTime },
{ N_("Synchronize camera date and time with PC"),"syncdatetime", PTP_DPC_CANON_EOS_CameraTime, PTP_VENDOR_CANON, PTP_DTC_UINT32, _get_Canon_SyncTime, _put_Canon_SyncTime },
{ N_("Auto-Focus"), "autofocus", PTP_DPC_SONY_AutoFocus, PTP_VENDOR_SONY, PTP_DTC_UINT16, _get_Sony_Autofocus, _put_Sony_Autofocus },