diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-29 23:24:31 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-29 23:24:31 +0200 |
commit | 72e3d4c55a6569d966059f762824c38d06055871 (patch) | |
tree | cc0013086494a7c97140ffdb4a0513a5f5aac245 /src/library/ImportQueuePage.vala | |
parent | b076314018e4b53d745823754a26eb6fb73a2801 (diff) |
New upstream version 0.25.0upstream/0.25.0
Diffstat (limited to 'src/library/ImportQueuePage.vala')
-rw-r--r-- | src/library/ImportQueuePage.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library/ImportQueuePage.vala b/src/library/ImportQueuePage.vala index f19f947..b5a5eb6 100644 --- a/src/library/ImportQueuePage.vala +++ b/src/library/ImportQueuePage.vala @@ -5,7 +5,7 @@ */ public class ImportQueuePage : SinglePhotoPage { - public const string NAME = _("Importing..."); + public const string NAME = _("Importing…"); private Gee.ArrayList<BatchImport> queue = new Gee.ArrayList<BatchImport>(); private Gee.HashSet<BatchImport> cancel_unallowed = new Gee.HashSet<BatchImport>(); @@ -121,7 +121,7 @@ public class ImportQueuePage : SinglePhotoPage { } private void on_preparing() { - progress_bar.set_text(_("Preparing to import...")); + progress_bar.set_text(_("Preparing to import…")); progress_bar.pulse(); } |