diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-14 02:50:14 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-14 03:37:08 +0100 |
commit | 1dce2e079c2f8e2bff2cd2bdd31d1bb4675a5f1b (patch) | |
tree | 236680481a8058ba71dd300218706b0344dd330e | |
parent | c905f64d123f68f6559efaf9b14cc7d8709f3337 (diff) | |
download | fiv-1dce2e079c2f8e2bff2cd2bdd31d1bb4675a5f1b.tar.gz fiv-1dce2e079c2f8e2bff2cd2bdd31d1bb4675a5f1b.tar.xz fiv-1dce2e079c2f8e2bff2cd2bdd31d1bb4675a5f1b.zip |
Fix a typo
-rw-r--r-- | fastiv-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fastiv-view.c b/fastiv-view.c index 62e4d68..b79fcab 100644 --- a/fastiv-view.c +++ b/fastiv-view.c @@ -312,7 +312,7 @@ fastiv_view_class_init(FastivViewClass *klass) "scale", "Scale", "Zoom level", 0, G_MAXDOUBLE, 1.0, G_PARAM_READABLE); view_properties[PROP_SCALE_TO_FIT] = g_param_spec_boolean( - "scale-to-fit", "Scale to fit", "Scale images doewn to fit the window", + "scale-to-fit", "Scale to fit", "Scale images down to fit the window", TRUE, G_PARAM_READABLE); g_object_class_install_properties( object_class, N_PROPERTIES, view_properties); |