add semi-auto bbox option in page crop dialog

This commit is contained in:
chrox
2013-07-13 11:18:49 +08:00
parent 87296fe884
commit 2e5d2b9930
5 changed files with 35 additions and 8 deletions

View File

@@ -25,6 +25,7 @@ ON_STR = _("on")
OFF_STR = _("off")
AUTO_STR = _("auto")
MANUAL_STR = _("manual")
SEMIAUTO_STR = _("semi-auto")
SMALL_STR = _("small")
MEDIUM_STR = _("medium")
LARGE_STR = _("large")