From 06091d1af494d247e46d499787cdf99e7f03b785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Sat, 2 Feb 2019 12:14:29 +0100 Subject: [PATCH] Use Unicode ellipsis in a user-visible string See https://developer.gnome.org/hig/stable/typography.html --- podcasts-gtk/src/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()),