Use Unicode ellipsis in a user-visible string

See https://developer.gnome.org/hig/stable/typography.html
This commit is contained in:
Piotr Drąg 2019-02-02 12:14:29 +01:00
parent fb4e550122
commit 06091d1af4

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()),