details: use uniformed expression of "Default"

We use both "Default" and "default" for controllers
if no controller model needed.
They should be the same expression and "Default"
is a better choice.

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
Chen Hanxiao 2014-04-14 20:08:00 +08:00
parent 05df5a6484
commit 4ccb1d862b
1 changed files with 1 additions and 1 deletions

View File

@ -3046,7 +3046,7 @@ class vmmDetails(vmmGObjectUI):
self.widget("config-remove").set_sensitive(True)
uiutil.set_combo_entry(self.widget("controller-model"),
dev.model or "default")
dev.model or "Default")
def refresh_filesystem_page(self):
dev = self.get_hw_selection(HW_LIST_COL_DEVICE)