Update gsc_info_window.cpp

Looking at the smartmontools code, it should be 65535 I believe.
This commit is contained in:
Alexander Shaduri
2025-04-17 11:31:13 +04:00
committed by GitHub
parent 7af8dba9f3
commit e35c301605
+1 -1
View File
@@ -1490,7 +1490,7 @@ void GscInfoWindow::fill_ui_self_test_log(const StoragePropertyRepository& prope
model_columns.add(columns_->self_test_log_table_columns.hours);
num_tree_col = app_gtkmm_create_tree_view_column(columns_->self_test_log_table_columns.hours, *treeview,
_("Lifetime hours"), _("Hour of the drive's powered-on lifetime when the test completed or aborted.\nThe value wraps after 65536 hours."), true);
_("Lifetime hours"), _("Hour of the drive's powered-on lifetime when the test completed or aborted.\nThe value wraps after 65535 hours."), true);
model_columns.add(columns_->self_test_log_table_columns.lba);
num_tree_col = app_gtkmm_create_tree_view_column(columns_->self_test_log_table_columns.lba, *treeview,