Use Unicode ellipsis in a user-visible string
See https://developer.gnome.org/hig/stable/typography.html
This commit is contained in:
parent
fb4e550122
commit
06091d1af4
@ -420,7 +420,7 @@ pub(crate) fn on_export_clicked(window: >k::ApplicationWindow, sender: &Sender
|
|||||||
|
|
||||||
// Create the FileChooser Dialog
|
// Create the FileChooser Dialog
|
||||||
let dialog = FileChooserNative::new(
|
let dialog = FileChooserNative::new(
|
||||||
Some(i18n("Export shows to...").as_str()),
|
Some(i18n("Export shows to…").as_str()),
|
||||||
Some(window),
|
Some(window),
|
||||||
FileChooserAction::Save,
|
FileChooserAction::Save,
|
||||||
Some(i18n("_Export").as_str()),
|
Some(i18n("_Export").as_str()),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user