diff --git a/podcasts-gtk/src/utils.rs b/podcasts-gtk/src/utils.rs index 765a050..ea52c4c 100644 --- a/podcasts-gtk/src/utils.rs +++ b/podcasts-gtk/src/utils.rs @@ -420,7 +420,7 @@ pub(crate) fn on_export_clicked(window: >k::ApplicationWindow, sender: &Sender // Create the FileChooser Dialog let dialog = FileChooserNative::new( - Some(i18n("Export shows to...").as_str()), + Some(i18n("Export shows to…").as_str()), Some(window), FileChooserAction::Save, Some(i18n("_Export").as_str()),