We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98d178 commit 080afb9Copy full SHA for 080afb9
1 file changed
czkawka_gui/src/connect_things/connect_about_buttons.rs
@@ -33,7 +33,7 @@ pub fn connect_about_buttons(gui_data: &GuiData) {
33
let button_translation = gui_data.about.button_translation.clone();
34
button_translation.connect_clicked(move |_| {
35
if let Err(e) = open::that(TRANSLATION_SITE) {
36
- error!("Failed to open repository site: {TRANSLATION_SITE}, reason {e}");
+ error!("Failed to open translation site: {TRANSLATION_SITE}, reason {e}");
37
};
38
});
39
}
0 commit comments