mirror of https://github.com/GNOME/gimp.git
Bug 677746 - Change "Fit to window" to "Show entire image"
Change the prefs dialog text for "initial-zoom-to-fit" enabled.
This commit is contained in:
parent
31aa1269ec
commit
0261d8cf47
|
@ -1986,7 +1986,7 @@ prefs_dialog_new (Gimp *gimp,
|
|||
table = prefs_table_new (1, GTK_CONTAINER (vbox2));
|
||||
|
||||
prefs_boolean_combo_box_add (object, "initial-zoom-to-fit",
|
||||
_("Fit to window"),
|
||||
_("Show entire image"),
|
||||
"1:1",
|
||||
_("Initial zoom _ratio:"),
|
||||
GTK_TABLE (table), 0, size_group);
|
||||
|
|
Loading…
Reference in New Issue