summaryrefslogtreecommitdiff
path: root/src/Exporter.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-29 23:24:31 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-29 23:24:31 +0200
commit72e3d4c55a6569d966059f762824c38d06055871 (patch)
treecc0013086494a7c97140ffdb4a0513a5f5aac245 /src/Exporter.vala
parentb076314018e4b53d745823754a26eb6fb73a2801 (diff)
New upstream version 0.25.0upstream/0.25.0
Diffstat (limited to 'src/Exporter.vala')
-rw-r--r--src/Exporter.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Exporter.vala b/src/Exporter.vala
index 221ba73..b9596f5 100644
--- a/src/Exporter.vala
+++ b/src/Exporter.vala
@@ -314,7 +314,7 @@ public class ExporterUI {
private Exporter.Overwrite on_export_overwrite(Exporter exporter, File file) {
progress_dialog.set_modal(false);
- string question = _("File %s already exists. Replace?").printf(file.get_basename());
+ string question = _("File %s already exists. Replace?").printf(file.get_basename());
Gtk.ResponseType response = AppWindow.negate_affirm_all_cancel_question(question,
_("_Skip"), _("_Replace"), _("Replace _All"), _("Export"));