update 36535 to 65536 hours

This commit is contained in:
checktext00
2025-04-16 11:58:09 +00:00
committed by GitHub
parent caa80a30d1
commit 7af8dba9f3
+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 36535 hours."), true);
_("Lifetime hours"), _("Hour of the drive's powered-on lifetime when the test completed or aborted.\nThe value wraps after 65536 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,