View | Details | Raw Unified | Return to bug 350248
Collapse All | Expand All

(-)file_not_specified_in_diff (-7 / +6 lines)
Line  Link Here
--
1
dialogs.ycp |   10 +++++-----
dialogs.ycp |   10 +++++-----
2
1 file changed, 5 insertions(+), 5 deletions(-)
1
1 file changed, 5 insertions(+), 5 deletions(-)
3
-- a/dialogs.ycp
2
++ b/dialogs.ycp
Lines 103-115 map<string,map<string,any> > wid_handlin Link Here
103
     "custom_widget"	: `VBox(
103
     "custom_widget"	: `VBox(
104
           `Frame ( _("Include in Dumping"), `VBox(
104
           `Frame ( _("Include in Dumping"), `VBox(
105
           `Left(`HBox(`HSpacing(1),`VBox(
105
           `Left(`HBox(`HSpacing(1),`VBox(
106
	      `Left(`CheckBox(`id("zero_page"),  "&Pages Filled with Zero")),
106
	      `Left(`CheckBox(`id("zero_page"),  _("&Pages Filled with Zero"))),
107
	      `Left(`CheckBox(`id("cache_page"), `opt(`notify), "Cach&e Pages")),
107
	      `Left(`CheckBox(`id("cache_page"), `opt(`notify), _("Cach&e Pages"))),
108
              `HBox(`HSpacing(2),`VBox(
108
              `HBox(`HSpacing(2),`VBox(
109
	        `Left(`CheckBox(`id("cache_private"), `opt(`notify), "Cache Priva&te Pages"))
109
	        `Left(`CheckBox(`id("cache_private"), `opt(`notify), _("Cache Priva&te Pages")))
110
               )),
110
               )),
111
	      `Left(`CheckBox(`id("user_data"), "&User Data Pages")),
111
	      `Left(`CheckBox(`id("user_data"), _("&User Data Pages"))),
112
	      `Left(`CheckBox(`id("free_page"), "&Free Pages"))
112
	      `Left(`CheckBox(`id("free_page"), _("&Free Pages")))
113
	      //`VStretch ()
113
	      //`VStretch ()
114
           )))
114
           )))
115
     ))),
115
     ))),

Return to bug 350248