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:
commit
f75ed257f2
@ -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()),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user