Fixed a few typos (backported from debian package).

This commit is contained in:
Alexander Shaduri
2021-03-10 13:05:21 +04:00
parent c6d910ec21
commit 9c97f463c9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1689,7 +1689,7 @@ WarningLevel storage_property_autoset_warning(StorageProperty& p)
} else if (name_match(p, "smart_enabled") && !p.get_value<bool>()) {
w = WarningLevel::notice;
reason = "SMART is disabled. You shoud enable it to read any SMART information from this drive. "
reason = "SMART is disabled. You should enable it to read any SMART information from this drive. "
"Additionally, some drives do not log useful data with SMART disabled, so it's advisable to keep it always enabled.";
} else if (name_match(p, "info_warning")) {
+2 -2
View File
@@ -255,7 +255,7 @@ along with GSmartControl. If not, see <http://www.gnu.org/licenses/>.
<object class="GtkEntry" id="smartctl_options_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip_text" translatable="yes">Global parameters for smartctl. These parameters will be used every time the progam invokes smartctl. Must be shell-escaped.</property>
<property name="tooltip_text" translatable="yes">Global parameters for smartctl. These parameters will be used every time the program invokes smartctl. Must be shell-escaped.</property>
<property name="activates_default">True</property>
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
@@ -269,7 +269,7 @@ along with GSmartControl. If not, see <http://www.gnu.org/licenses/>.
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Global parameters for smartctl. These parameters will be used every time the progam invokes smartctl. Must be shell-escaped.</property>
<property name="tooltip_text" translatable="yes">Global parameters for smartctl. These parameters will be used every time the program invokes smartctl. Must be shell-escaped.</property>
<property name="halign">start</property>
<property name="label" translatable="yes">Smartctl parameters:</property>
<property name="use_underline">True</property>