Skip to content

Commit d101b71

Browse files
fix: translation file syntax
1 parent 74cfd07 commit d101b71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lact-gui/i18n/en/lact_gui.ftl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ speed-change-threshold = Speed Change Threshold (°C)
6262
automatic-mode-threshold = Automatic Mode Threshold (°C)
6363
automatic-mode-threshold-tooltip = Switch fan control to auto mode when the temperature is below this point.
6464
65-
Many Nvidia GPUs only support stopping the fan in the automatic fan control mode, while a custom curve has a limited speed range such as 30-100%.
65+
Many Nvidia GPUs only support stopping the fan in the automatic fan control mode, while a custom curve has a limited speed range such as 30-100%.
6666
67-
This option allows to work around this limitation by only using the custom curve when above a specific temperature, with the card's builtin auto mode that supports zero RPM being used below it.
67+
This option allows to work around this limitation by only using the custom curve when above a specific temperature, with the card's builtin auto mode that supports zero RPM being used below it.
6868
6969
amd-oc = AMD Overclocking
7070
amd-oc-disabled =

lact-gui/src/app/graphs_window/plot_component.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ impl relm4::factory::FactoryComponent for PlotComponent {
158158

159159
append = &gtk::Button {
160160
set_icon_name: "edit-delete-symbolic",
161-
set_tooltip: "Delete graph",
161+
set_tooltip: &fl!(I18N, "delete-graph"),
162162

163163
connect_clicked[sender, index] => move |_| {
164164
sender.output(GraphsWindowMsg::RemovePlot(index.clone())).unwrap();

0 commit comments

Comments
 (0)