Skip to content

Commit ef85f30

Browse files
authored
Merge pull request #541 from nokyan/fix-battery-default-tab-name
Fix battery default tab name
2 parents 93fecab + f270fb6 commit ef85f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/pages/battery.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ mod imp {
9999
main_graph_color: glib::Bytes::from_static(&super::ResBattery::MAIN_GRAPH_COLOR),
100100
icon: RefCell::new(ThemedIcon::new("battery-symbolic").into()),
101101
usage: Default::default(),
102-
tab_name: Cell::new(glib::GString::from(i18n("Drive"))),
102+
tab_name: Cell::new(glib::GString::from(i18n("Battery"))),
103103
tab_detail_string: Cell::new(glib::GString::new()),
104104
tab_id: Cell::new(glib::GString::new()),
105105
tab_usage_string: Cell::new(glib::GString::new()),

0 commit comments

Comments
 (0)