11 lines
451 B
Diff
11 lines
451 B
Diff
--- a/xbmc/windows/GUIWindowSystemInfo.cpp
|
|
+++ b/xbmc/windows/GUIWindowSystemInfo.cpp
|
|
@@ -99,7 +99,6 @@ void CGUIWindowSystemInfo::FrameMove()
|
|
SetControlLabel(i++, "%s %s", 13283, SYSTEM_OS_VERSION_INFO);
|
|
SetControlLabel(i++, "%s: %s", 12390, SYSTEM_UPTIME);
|
|
SetControlLabel(i++, "%s: %s", 12394, SYSTEM_TOTALUPTIME);
|
|
- SetControlLabel(i++, "%s: %s", 12395, SYSTEM_BATTERY_LEVEL);
|
|
}
|
|
|
|
else if (m_section == CONTROL_BT_STORAGE)
|