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:
Michael Natterer 2015-06-06 23:53:08 +02:00
parent 31aa1269ec
commit 0261d8cf47
1 changed files with 1 additions and 1 deletions

View File

@ -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);