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

(-)file_not_specified_in_diff (-4 / +3 lines)
Line  Link Here
--
1
dialogs.ycp |    4 ++--
dialogs.ycp |    4 ++--
2
1 file changed, 2 insertions(+), 2 deletions(-)
1
1 file changed, 2 insertions(+), 2 deletions(-)
3
-- a/dialogs.ycp
2
++ b/dialogs.ycp
Lines 80-91 map<string,map<string,any> > wid_handlin Link Here
80
     "widget" 		: `custom,
80
     "widget" 		: `custom,
81
     "custom_widget"	: `HSquash(`VBox(
81
     "custom_widget"	: `HSquash(`VBox(
82
           `Left(`HBox(
82
           `Left(`HBox(
83
	      `Left(`Label("Total System Memory [MB]:")),
83
	      `Left(`Label(_("Total System Memory [MB]:"))),
84
	      `Left(`Label(`id("total_memory"),"0123456789")),
84
	      `Left(`Label(`id("total_memory"),"0123456789")),
85
	      `HStretch ()
85
	      `HStretch ()
86
           )),
86
           )),
87
           `Left(`HBox(
87
           `Left(`HBox(
88
	      `Left(`Label("Usable Memory [MB]:")),
88
	      `Left(`Label(_("Usable Memory [MB]:"))),
89
	      `Left(`Label(`id("usable_memory"),"0123456789")),
89
	      `Left(`Label(`id("usable_memory"),"0123456789")),
90
	      `HStretch ()
90
	      `HStretch ()
91
           )),
91
           )),

Return to bug 350248