From ed557ad2bdbd2a8b4b8d9d45fdfbe032968c5b0e Mon Sep 17 00:00:00 2001 From: Alx Sa Date: Thu, 25 Apr 2024 14:49:21 +0000 Subject: [PATCH] plug-ins: Typo correction from 1247c8ba --- plug-ins/common/file-raw-data.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plug-ins/common/file-raw-data.c b/plug-ins/common/file-raw-data.c index 5e66f6f155..150c500317 100644 --- a/plug-ins/common/file-raw-data.c +++ b/plug-ins/common/file-raw-data.c @@ -468,8 +468,8 @@ raw_create_procedure (GimpPlugIn *plug_in, _("Sa_mple spacing"), _("The sample spacing of the data."), gimp_choice_new_with_values ("auto-detect", HGT_SRTM_AUTO_DETECT, _("Auto-Detect"), NULL, - "srtm-1", HGT_SRTM_1, _("STRM-1 (1 arc second)"), NULL, - "srtm-3", HGT_SRTM_3, _("STRM-3 (3 arc second)"), NULL, + "srtm-1", HGT_SRTM_1, _("SRTM-1 (1 arc second)"), NULL, + "srtm-3", HGT_SRTM_3, _("SRTM-3 (3 arc seconds)"), NULL, NULL), "auto-detect", G_PARAM_READWRITE);