We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93fecab + f270fb6 commit ef85f30Copy full SHA for ef85f30
src/ui/pages/battery.rs
@@ -99,7 +99,7 @@ mod imp {
99
main_graph_color: glib::Bytes::from_static(&super::ResBattery::MAIN_GRAPH_COLOR),
100
icon: RefCell::new(ThemedIcon::new("battery-symbolic").into()),
101
usage: Default::default(),
102
- tab_name: Cell::new(glib::GString::from(i18n("Drive"))),
+ tab_name: Cell::new(glib::GString::from(i18n("Battery"))),
103
tab_detail_string: Cell::new(glib::GString::new()),
104
tab_id: Cell::new(glib::GString::new()),
105
tab_usage_string: Cell::new(glib::GString::new()),
0 commit comments