From 539271e028373495efea4db14f919588e7003c65 Mon Sep 17 00:00:00 2001 From: freddii <> Date: Thu, 14 Jan 2021 11:38:32 +0000 Subject: [PATCH] Fix #852: fixed wrong spelled words https://github.com/BestImageViewer/geeqie/pull/852 --- ChangeLog.gqview | 14 +++++++------- NEWS | 2 +- acinclude.m4 | 6 +++--- doc/docbook/GuideImageSearch.xml | 4 ++-- doc/docbook/GuideIntroduction.xml | 2 +- doc/docbook/GuideMainWindowFolderPane.xml | 2 +- doc/docbook/GuideMainWindowMenus.xml | 2 +- doc/docbook/GuideMainWindowStatusBar.xml | 4 ++-- doc/docbook/GuideOptionsGeneral.xml | 4 ++-- doc/docbook/GuideOptionsKeywords.xml | 2 +- doc/docbook/GuideOptionsMetadata.xml | 2 +- doc/docbook/GuideOtherWindowsPanView.xml | 2 +- doc/docbook/GuideReferenceDecodeLatLong.xml | 2 +- doc/docbook/GuideReferenceLua.xml | 2 +- doc/docbook/GuideSidebarsInfo.xml | 6 +++--- plugins/ufraw/geeqie-ufraw.desktop.in | 2 +- src/exiv2.cc | 2 +- src/ui_tree_edit.c | 2 +- web/help/GuideImageSearchCache.html | 4 ++-- web/help/GuideIntroduction.html | 2 +- web/help/GuideMainWindowFolderPane.html | 2 +- web/help/GuideMainWindowMenus.html | 2 +- web/help/GuideMainWindowStatusBar.html | 4 ++-- web/help/GuideOptionsGeneral.html | 4 ++-- web/help/GuideOptionsKeywords.html | 2 +- web/help/GuideOptionsMetadata.html | 2 +- web/help/GuideOtherWindowsPanView.html | 2 +- web/help/GuideReferenceDecodeLatLong.html | 2 +- web/help/GuideReferenceLua.html | 2 +- web/help/GuideSidebarsInfo.html | 6 +++--- web/index.html | 2 +- 31 files changed, 49 insertions(+), 49 deletions(-) diff --git a/ChangeLog.gqview b/ChangeLog.gqview index 30342b21..3e76b4e7 100644 --- a/ChangeLog.gqview +++ b/ChangeLog.gqview @@ -2423,7 +2423,7 @@ Wed Mar 10 03:36:24 2004 John Ellis Wed Mar 10 01:50:14 2004 John Ellis * cache.[ch], gqview.h: Changed cache get and find functions to take - a CacheType, so that metadata location can be seperate from thumbnails. + a CacheType, so that metadata location can be separate from thumbnails. * cache_maint.c: Add support for meta cache to maintenance. * image.c, preferences.c, rcfile.c: Remove GDK_PIXBUF_TILE_BROKEN hack, as it has long been fixed. @@ -3255,7 +3255,7 @@ Sun Nov 9 06:41:48 2003 John Ellis Sat Nov 8 20:51:37 2003 John Ellis * bar_exif.c: Added advanced view for exif data. - * exif.c: Fix capitalization, mark relevent (standard view) strings for + * exif.c: Fix capitalization, mark relevant (standard view) strings for translation. * info.c: Use a paned widget to allow expansion of properties window without expanding image view size. @@ -3775,7 +3775,7 @@ Tue Feb 4 07:32:43 2003 John Ellis layout_util.c, view_dir_list.c, view_dir_tree.c, view_file_icon.c, view_file_list.c: Hooked up context menu key, to show right click menus, F10 will also work for the collection, dupes, and image windows. - Also now explicitely destroy pop up menus when the underlying view is + Also now explicitly destroy pop up menus when the underlying view is destroyed, since the menu does not go away when menu items are toggled with the spacebar (no selection done is sent in this case). * ui_menu.[ch](popup_position_clamp): Given a GtkMenu, ensure the @@ -5014,7 +5014,7 @@ Thu Oct 25 14:10:47 2001 John Ellis Fri Oct 19 20:09:44 2001 John Ellis - * ui_clist_edit.c: Explicitely set the focus for the text entry to + * ui_clist_edit.c: Explicitly set the focus for the text entry to fix missing cursor. * README: Updated. * configure.in: Release 0.12.0 @@ -5324,7 +5324,7 @@ Thu Feb 8 18:16:18 2001 John Ellis Thu Feb 8 17:46:00 2001 John Ellis - * image.c (image_change_from_image): Copy all relevent data from + * image.c (image_change_from_image): Copy all relevant data from source, now fullscreen toggle while loading an image works. This is really a move function, it moves most data from source to dest. Probably should add a copy function that copies pixbuf, or loads from @@ -5355,7 +5355,7 @@ Mon Feb 5 17:03:27 2001 John Ellis * dupe.c: Added keyboard shortcuts for the duplicates window. * image.c (image_change_complete): Call the update function - explicitely if sync if FALSE. + explicitly if sync if FALSE. Mon Feb 5 14:06:07 2001 John Ellis @@ -6488,7 +6488,7 @@ Sat Apr 10 19:01:33 1999 John Ellis - Pressing the [ESC] key will now stop loading of thumbnails. - [CTRL] - M is now moves files, purging old thumbnails is now [CTRL] - T. - Add save button to config dialog. - - New configuration tab: image, moved relevent options there. + - New configuration tab: image, moved relevant options there. 0.4.1 (9-11-98) > Scrollbars removed, now you can pan the image by pressing and dragging the diff --git a/NEWS b/NEWS index 793c1059..cf08fa18 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ Geeqie 1.5.1 - Bugfixes for release 1.5 - #626 - High CPU load with animated GIFs -- #683 - Build failuer on macOS +- #683 - Build failure on macOS - #686 - Zoom lable adjustment - #703 - non-glibc fix - Lua compatibility diff --git a/acinclude.m4 b/acinclude.m4 index 93b12f4c..577ccf1d 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -17,7 +17,7 @@ # DX_???_FEATURE(ON|OFF) - control the default setting fo a Doxygen feature. # Supported features are 'DOXYGEN' itself, 'DOT' for generating graphics, # 'HTML' for plain HTML, 'CHM' for compressed HTML help (for MS users), 'CHI' -# for generating a seperate .chi file by the .chm file, and 'MAN', 'RTF', +# for generating a separate .chi file by the .chm file, and 'MAN', 'RTF', # 'XML', 'PDF' and 'PS' for the appropriate output formats. The environment # variable DOXYGEN_PAPER_SIZE may be specified to override the default 'a4wide' # paper size. @@ -248,8 +248,8 @@ DX_ARG_ABLE(chm, [generate doxygen compressed HTML help documentation], DX_ENV_APPEND(GENERATE_HTMLHELP, YES)], [DX_ENV_APPEND(GENERATE_HTMLHELP, NO)]) -# Seperate CHI file generation. -DX_ARG_ABLE(chi, [generate doxygen seperate compressed HTML help index file], +# Separate CHI file generation. +DX_ARG_ABLE(chi, [generate doxygen separate compressed HTML help index file], [DX_CHECK_DEPEND(chm, 1)], [DX_CLEAR_DEPEND(chm, 1)], [], diff --git a/doc/docbook/GuideImageSearch.xml b/doc/docbook/GuideImageSearch.xml index 4d83bc1a..57ef85c6 100644 --- a/doc/docbook/GuideImageSearch.xml +++ b/doc/docbook/GuideImageSearch.xml @@ -17,9 +17,9 @@ Create file similarity cache from the top of the tree will generate the similarity data for all images. - Similarity data are stored in a folder hierachy that mirrors the location of the source images. The data have the same name as the original appended by the file extension .sim. + Similarity data are stored in a folder hierarchy that mirrors the location of the source images. The data have the same name as the original appended by the file extension .sim. - The root of the hierachy is: + The root of the hierarchy is: $XDG_CACHE_HOME/geeqie/thumbnails/ or, if $XDG_CACHE_HOME is not defined: diff --git a/doc/docbook/GuideIntroduction.xml b/doc/docbook/GuideIntroduction.xml index a4f9f825..c2a29000 100644 --- a/doc/docbook/GuideIntroduction.xml +++ b/doc/docbook/GuideIntroduction.xml @@ -5,7 +5,7 @@ Geeqie is an image manager, with complete copy, move, rename, and delete functions available at the press of a button. Extensive image collections can be easily handled using a combination of Geeqie's flexible Keyword facility and powerful Image searches. Image collections can be refined with a duplicate image finder. - Geeqie is ideal for making presentations. A slide-show feature is built in, and Geeqie can be remotely controlled either via command line scripts or an infra-red device. Information such as f-stop, shutter speed and descriptive text can be overlayed onto the image display. + Geeqie is ideal for making presentations. A slide-show feature is built in, and Geeqie can be remotely controlled either via command line scripts or an infra-red device. Information such as f-stop, shutter speed and descriptive text can be overlaid onto the image display. There is no need to import images into Geeqie - simply point Geeqie to a folder containing images, and your data will be displayed. Geeqie is an image viewer, not an image editor. However, Geeqie can be configured to call external image editors such as the Gimp, resulting in a very powerful combination. diff --git a/doc/docbook/GuideMainWindowFolderPane.xml b/doc/docbook/GuideMainWindowFolderPane.xml index 239179c1..e1d400d7 100644 --- a/doc/docbook/GuideMainWindowFolderPane.xml +++ b/doc/docbook/GuideMainWindowFolderPane.xml @@ -424,7 +424,7 @@ - Show hiden files + Show hidden files Switches to list tree mode of the folder pane. diff --git a/doc/docbook/GuideMainWindowMenus.xml b/doc/docbook/GuideMainWindowMenus.xml index 2b277aa2..bd76c327 100644 --- a/doc/docbook/GuideMainWindowMenus.xml +++ b/doc/docbook/GuideMainWindowMenus.xml @@ -1720,7 +1720,7 @@ The section - descibes how to modify the keyboard shortcuts used in the main menu. + describes how to modify the keyboard shortcuts used in the main menu. diff --git a/doc/docbook/GuideMainWindowStatusBar.xml b/doc/docbook/GuideMainWindowStatusBar.xml index d72f8f7d..c5107d84 100644 --- a/doc/docbook/GuideMainWindowStatusBar.xml +++ b/doc/docbook/GuideMainWindowStatusBar.xml @@ -104,7 +104,7 @@
Image Details - This section displays the dimensions (width x height) and file byte size of the image that is active in the image pane. When the format of the file in the image pane can not be determined the dimensions will show as “(0 x 0)”, in addition “(no read permision)” may appear if the file permissions do not allow reading the contents of the file. + This section displays the dimensions (width x height) and file byte size of the image that is active in the image pane. When the format of the file in the image pane can not be determined the dimensions will show as “(0 x 0)”, in addition “(no read permission)” may appear if the file permissions do not allow reading the contents of the file.
@@ -158,7 +158,7 @@ - Keep the region from previous iamge + Keep the region from previous image The new image is positioned as the previous one, whenever possible. diff --git a/doc/docbook/GuideOptionsGeneral.xml b/doc/docbook/GuideOptionsGeneral.xml index 5fd6b220..ab48fb9f 100644 --- a/doc/docbook/GuideOptionsGeneral.xml +++ b/doc/docbook/GuideOptionsGeneral.xml @@ -69,9 +69,9 @@ Use Geeqie thumbnail style and cache - Thumbnails are stored in a folder hierachy that mirrors the location of the source images. Thumbnails have the same name as the original appended by the file extension .png. + Thumbnails are stored in a folder hierarchy that mirrors the location of the source images. Thumbnails have the same name as the original appended by the file extension .png. - The root of the hierachy is: + The root of the hierarchy is: $XDG_CACHE_HOME/geeqie/thumbnails/ or, if $XDG_CACHE_HOME is not defined: diff --git a/doc/docbook/GuideOptionsKeywords.xml b/doc/docbook/GuideOptionsKeywords.xml index 6b919f3a..bff0acd4 100644 --- a/doc/docbook/GuideOptionsKeywords.xml +++ b/doc/docbook/GuideOptionsKeywords.xml @@ -14,7 +14,7 @@ The list shows all keywords currently used for autocompletion. Text may be copy-pasted into the list or deleted from the list. - When the list is saved, duplicates will autmatically be removed and the list sorted into alphabetical order. + When the list is saved, duplicates will automatically be removed and the list sorted into alphabetical order.
diff --git a/doc/docbook/GuideOptionsMetadata.xml b/doc/docbook/GuideOptionsMetadata.xml index b48ffdc5..ac87dbdf 100644 --- a/doc/docbook/GuideOptionsMetadata.xml +++ b/doc/docbook/GuideOptionsMetadata.xml @@ -177,7 +177,7 @@ If this option is checked, Geeqie will automatically read the required metatada in the background as soon as a folder is opened. This will reduce the amount of time you have to wait until the sort is completed. - If you do not use these sort otions, leave this option unchecked. + If you do not use these sort options, leave this option unchecked. diff --git a/doc/docbook/GuideOtherWindowsPanView.xml b/doc/docbook/GuideOtherWindowsPanView.xml index 341ea390..6de9515f 100644 --- a/doc/docbook/GuideOtherWindowsPanView.xml +++ b/doc/docbook/GuideOtherWindowsPanView.xml @@ -21,7 +21,7 @@ You can pan the view as you pan an image in normal view mode, using left mouse button and drag. - A primary mouse button click on any image will display informations about the image. Secondary mouse button will show a context menu. + A primary mouse button click on any image will display information about the image. Secondary mouse button will show a context menu. The diff --git a/doc/docbook/GuideReferenceDecodeLatLong.xml b/doc/docbook/GuideReferenceDecodeLatLong.xml index 55a34d09..368b2aef 100644 --- a/doc/docbook/GuideReferenceDecodeLatLong.xml +++ b/doc/docbook/GuideReferenceDecodeLatLong.xml @@ -1,7 +1,7 @@
Decoding Latitude and Longitude - This section is relevent to geocode searches and the map display of Geeqie. + This section is relevant to geocode searches and the map display of Geeqie. The result of some internet or other searches for placenames can contain a latitude and longitude embedded in a text string. For example an openstreetmap.org search can give a URL such as: diff --git a/doc/docbook/GuideReferenceLua.xml b/doc/docbook/GuideReferenceLua.xml index 4a2e8872..8fe297fe 100644 --- a/doc/docbook/GuideReferenceLua.xml +++ b/doc/docbook/GuideReferenceLua.xml @@ -56,7 +56,7 @@ Image:get_extension - The file extension including preceeding dot + The file extension including preceding dot Image:get_date() diff --git a/doc/docbook/GuideSidebarsInfo.xml b/doc/docbook/GuideSidebarsInfo.xml index 09a4122f..98f660c6 100644 --- a/doc/docbook/GuideSidebarsInfo.xml +++ b/doc/docbook/GuideSidebarsInfo.xml @@ -117,7 +117,7 @@ Right-click on the left-hand box allows the selected keywords to be written to the currently selected files - the keywords may be either added to the existing contents, or entirely replace the existing content. - Keyword completion is used when selecting keywords. If the selected area includes part of a keyword, the selection will autmatically be expanded to cover the whole keyword. If no text is selected, all keywords will be used. + Keyword completion is used when selecting keywords. If the selected area includes part of a keyword, the selection will automatically be expanded to cover the whole keyword. If no text is selected, all keywords will be used. @@ -220,7 +220,7 @@ formatted.Camera - Camera and sofware name + Camera and software name formatted.DateTime @@ -465,7 +465,7 @@ Map Centering - If an internet URL containg a valid latitude and longitude is dropped on the map, the map will be re-centered on that location. The zoom level will not change. Refer to + If an internet URL containing a valid latitude and longitude is dropped on the map, the map will be re-centered on that location. The zoom level will not change. Refer to Decoding Latitude and Longitude . diff --git a/plugins/ufraw/geeqie-ufraw.desktop.in b/plugins/ufraw/geeqie-ufraw.desktop.in index e237cb67..eb65ee65 100644 --- a/plugins/ufraw/geeqie-ufraw.desktop.in +++ b/plugins/ufraw/geeqie-ufraw.desktop.in @@ -5,7 +5,7 @@ _Name=UFRaw Batch _Comment=Search for new RAW files or modified UFRaw ID files # call the helper script on each file individually -# - this allows a better controll over processing +# - this allows a better control over processing Exec=geeqie-ufraw %f # show only if ufraw is installed diff --git a/src/exiv2.cc b/src/exiv2.cc index 2b31708c..271fa958 100644 --- a/src/exiv2.cc +++ b/src/exiv2.cc @@ -977,7 +977,7 @@ gint exif_update_metadata(ExifData *exif, const gchar *key, const GList *values) TRUE || /* no conversion support */ #endif !values || /* deleting item */ - !ret /* writing to the explicitely given xmp tag failed */ + !ret /* writing to the explicitly given xmp tag failed */ ) { /* deleted xmp metadatum can't be converted, we have to delete also the corresponding legacy tag */ diff --git a/src/ui_tree_edit.c b/src/ui_tree_edit.c index 0fe4b238..38ce890d 100644 --- a/src/ui_tree_edit.c +++ b/src/ui_tree_edit.c @@ -174,7 +174,7 @@ static gboolean tree_edit_by_path_idle_cb(gpointer data) /* grab it */ gtk_widget_grab_focus(ted->entry); - /* explicitely set the focus flag for the entry, for some reason on popup windows this + /* explicitly set the focus flag for the entry, for some reason on popup windows this * is not set, and causes no edit cursor to appear ( popups not allowed focus? ) */ gtk_widget_grab_focus(ted->entry); diff --git a/web/help/GuideImageSearchCache.html b/web/help/GuideImageSearchCache.html index 749618a5..2d2afbb9 100644 --- a/web/help/GuideImageSearchCache.html +++ b/web/help/GuideImageSearchCache.html @@ -457,9 +457,9 @@ dd.answer div.label { float: left; } Cache Thumbnails option is selected in Preferences/General, the similarity matrix and the checksum will also be cached. This will reduce the time needed for future searches.
If you frequently search on similarity and your images are in a tree arrangement under a single point, initiating a one-time search on similarity from the top of the tree will generate the similarity data for all images.
-

Similarity data are stored in a folder hierachy that mirrors the location of the source images. The data have the same name as the original appended by the file extension .sim.

+

Similarity data are stored in a folder hierarchy that mirrors the location of the source images. The data have the same name as the original appended by the file extension .sim.

- The root of the hierachy is: + The root of the hierarchy is:

$XDG_CACHE_HOME/geeqie/thumbnails/
or, if $XDG_CACHE_HOME is not defined: diff --git a/web/help/GuideIntroduction.html b/web/help/GuideIntroduction.html index 920bd2ce..8109d693 100644 --- a/web/help/GuideIntroduction.html +++ b/web/help/GuideIntroduction.html @@ -445,7 +445,7 @@ dd.answer div.label { float: left; }

Geeqie is an image manager, with complete copy, move, rename, and delete functions available at the press of a button.

Extensive image collections can be easily handled using a combination of Geeqie's flexible Keyword facility and powerful Image searches.

Image collections can be refined with a duplicate image finder.

-

Geeqie is ideal for making presentations. A slide-show feature is built in, and Geeqie can be remotely controlled either via command line scripts or an infra-red device. Information such as f-stop, shutter speed and descriptive text can be overlayed onto the image display.

+

Geeqie is ideal for making presentations. A slide-show feature is built in, and Geeqie can be remotely controlled either via command line scripts or an infra-red device. Information such as f-stop, shutter speed and descriptive text can be overlaid onto the image display.

There is no need to import images into Geeqie - simply point Geeqie to a folder containing images, and your data will be displayed.

Geeqie is an image viewer, not an image editor. However, Geeqie can be configured to call external image editors such as the Gimp, resulting in a very powerful combination.

diff --git a/web/help/GuideMainWindowFolderPane.html b/web/help/GuideMainWindowFolderPane.html index 59b0d671..a393438d 100644 --- a/web/help/GuideMainWindowFolderPane.html +++ b/web/help/GuideMainWindowFolderPane.html @@ -890,7 +890,7 @@ dd.answer div.label { float: left; } -Show hiden files +Show hidden files Switches to list tree mode of the folder pane. diff --git a/web/help/GuideMainWindowMenus.html b/web/help/GuideMainWindowMenus.html index 1d634b45..7d91ca38 100644 --- a/web/help/GuideMainWindowMenus.html +++ b/web/help/GuideMainWindowMenus.html @@ -1388,7 +1388,7 @@ dd.answer div.label { float: left; }

The section Keyboard Options - descibes how to modify the keyboard shortcuts used in the main menu. + describes how to modify the keyboard shortcuts used in the main menu.

diff --git a/web/help/GuideMainWindowStatusBar.html b/web/help/GuideMainWindowStatusBar.html index 8d0e4278..5c617b73 100644 --- a/web/help/GuideMainWindowStatusBar.html +++ b/web/help/GuideMainWindowStatusBar.html @@ -557,7 +557,7 @@ dd.answer div.label { float: left; }

2.6.4. Image Details

-

This section displays the dimensions (width x height) and file byte size of the image that is active in the image pane. When the format of the file in the image pane can not be determined the dimensions will show as “(0 x 0)”, in addition “(no read permision)” may appear if the file permissions do not allow reading the contents of the file.

+

This section displays the dimensions (width x height) and file byte size of the image that is active in the image pane. When the format of the file in the image pane can not be determined the dimensions will show as “(0 x 0)”, in addition “(no read permission)” may appear if the file permissions do not allow reading the contents of the file.

@@ -621,7 +621,7 @@ dd.answer div.label { float: left; }

The new image is centered

- Keep the region from previous iamge + Keep the region from previous image

The new image is positioned as the previous one, whenever possible.

diff --git a/web/help/GuideOptionsGeneral.html b/web/help/GuideOptionsGeneral.html index d9aa53d9..345c4772 100644 --- a/web/help/GuideOptionsGeneral.html +++ b/web/help/GuideOptionsGeneral.html @@ -539,9 +539,9 @@ dd.answer div.label { float: left; } Use Geeqie thumbnail style and cache
-

Thumbnails are stored in a folder hierachy that mirrors the location of the source images. Thumbnails have the same name as the original appended by the file extension .png.

+

Thumbnails are stored in a folder hierarchy that mirrors the location of the source images. Thumbnails have the same name as the original appended by the file extension .png.

- The root of the hierachy is: + The root of the hierarchy is:

$XDG_CACHE_HOME/geeqie/thumbnails/
or, if $XDG_CACHE_HOME is not defined: diff --git a/web/help/GuideOptionsKeywords.html b/web/help/GuideOptionsKeywords.html index 898d4f16..f08b7b47 100644 --- a/web/help/GuideOptionsKeywords.html +++ b/web/help/GuideOptionsKeywords.html @@ -479,7 +479,7 @@ dd.answer div.label { float: left; }

The list shows all keywords currently used for autocompletion. Text may be copy-pasted into the list or deleted from the list.

- When the list is saved, duplicates will autmatically be removed and the list sorted into alphabetical order. + When the list is saved, duplicates will automatically be removed and the list sorted into alphabetical order.

diff --git a/web/help/GuideOptionsMetadata.html b/web/help/GuideOptionsMetadata.html index be3f4d7e..795a2a12 100644 --- a/web/help/GuideOptionsMetadata.html +++ b/web/help/GuideOptionsMetadata.html @@ -651,7 +651,7 @@ dd.answer div.label { float: left; }

If this option is checked, Geeqie will automatically read the required metatada in the background as soon as a folder is opened. This will reduce the amount of time you have to wait until the sort is completed.

- If you do not use these sort otions, leave this option unchecked. + If you do not use these sort options, leave this option unchecked.

diff --git a/web/help/GuideOtherWindowsPanView.html b/web/help/GuideOtherWindowsPanView.html index 090d0627..4464ad44 100644 --- a/web/help/GuideOtherWindowsPanView.html +++ b/web/help/GuideOtherWindowsPanView.html @@ -463,7 +463,7 @@ dd.answer div.label { float: left; } You can pan the view as you pan an image in normal view mode, using left mouse button and drag.

-

A primary mouse button click on any image will display informations about the image. Secondary mouse button will show a context menu.

+

A primary mouse button click on any image will display information about the image. Secondary mouse button will show a context menu.

The Keyboard and Mouse Shortcuts diff --git a/web/help/GuideReferenceDecodeLatLong.html b/web/help/GuideReferenceDecodeLatLong.html index a750f61a..83a03937 100644 --- a/web/help/GuideReferenceDecodeLatLong.html +++ b/web/help/GuideReferenceDecodeLatLong.html @@ -460,7 +460,7 @@ dd.answer div.label { float: left; }

  • The Geeqie User Manual
  • Reference
  • -

    This section is relevent to geocode searches and the map display of Geeqie.

    +

    This section is relevant to geocode searches and the map display of Geeqie.

    The result of some internet or other searches for placenames can contain a latitude and longitude embedded in a text string. For example an openstreetmap.org search can give a URL such as:

    diff --git a/web/help/GuideReferenceLua.html b/web/help/GuideReferenceLua.html index 80084ab9..8831364e 100644 --- a/web/help/GuideReferenceLua.html +++ b/web/help/GuideReferenceLua.html @@ -528,7 +528,7 @@ dd.answer div.label { float: left; } Image:get_extension -The file extension including preceeding dot +The file extension including preceding dot Image:get_date() diff --git a/web/help/GuideSidebarsInfo.html b/web/help/GuideSidebarsInfo.html index 5a9ea87b..4f326a1e 100644 --- a/web/help/GuideSidebarsInfo.html +++ b/web/help/GuideSidebarsInfo.html @@ -578,7 +578,7 @@ dd.answer div.label { float: left; }

    Right-click on the left-hand box allows the selected keywords to be written to the currently selected files - the keywords may be either added to the existing contents, or entirely replace the existing content.

    -

    Keyword completion is used when selecting keywords. If the selected area includes part of a keyword, the selection will autmatically be expanded to cover the whole keyword. If no text is selected, all keywords will be used.

    +

    Keyword completion is used when selecting keywords. If the selected area includes part of a keyword, the selection will automatically be expanded to cover the whole keyword. If no text is selected, all keywords will be used.

    @@ -680,7 +680,7 @@ dd.answer div.label { float: left; } formatted.Camera -Camera and sofware name +Camera and software name formatted.DateTime @@ -879,7 +879,7 @@ dd.answer div.label { float: left; }

    Map Centering

    - If an internet URL containg a valid latitude and longitude is dropped on the map, the map will be re-centered on that location. The zoom level will not change. Refer to + If an internet URL containing a valid latitude and longitude is dropped on the map, the map will be re-centered on that location. The zoom level will not change. Refer to Decoding Latitude and Longitude .

    diff --git a/web/index.html b/web/index.html index 13856241..73f60b2d 100644 --- a/web/index.html +++ b/web/index.html @@ -92,7 +92,7 @@
    Although it is not mandatory, we encourage you to subscribe. Please note that you will not automatically receive responses to your message unless you are subscribed -
    Your email address: - +
    -- 2.20.1