Skip to content

Commit 080afb9

Browse files
committed
TS
1 parent d98d178 commit 080afb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

czkawka_gui/src/connect_things/connect_about_buttons.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub fn connect_about_buttons(gui_data: &GuiData) {
3333
let button_translation = gui_data.about.button_translation.clone();
3434
button_translation.connect_clicked(move |_| {
3535
if let Err(e) = open::that(TRANSLATION_SITE) {
36-
error!("Failed to open repository site: {TRANSLATION_SITE}, reason {e}");
36+
error!("Failed to open translation site: {TRANSLATION_SITE}, reason {e}");
3737
};
3838
});
3939
}

0 commit comments

Comments
 (0)