Merge branch 'piotrdrag/unicode-typography' into 'master'

Use Unicode ellipsis in a user-visible string

See merge request World/podcasts!91
This commit is contained in:
Jordan Petridis 2019-02-02 15:17:22 +00:00
commit f75ed257f2

View File

@ -420,7 +420,7 @@ pub(crate) fn on_export_clicked(window: &gtk::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()),