summaryrefslogtreecommitdiff
path: root/src/simple-scan.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2019-10-03 14:32:32 +0200
committerJörg Frings-Fürst <debian@jff.email>2019-10-03 14:32:32 +0200
commita4c4b8578b10e5c76d3a8f341fba704e99253a58 (patch)
tree660befc66af13af226fdab5e82b04888ffffb132 /src/simple-scan.vala
parent1753bae2142cd5688fe1b94f7b7809bed15c4fb4 (diff)
parentd408e3dae21de396f0a1644f0ddc2def007e73a0 (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'src/simple-scan.vala')
-rw-r--r--src/simple-scan.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simple-scan.vala b/src/simple-scan.vala
index 0c263f0..6175a8e 100644
--- a/src/simple-scan.vala
+++ b/src/simple-scan.vala
@@ -23,7 +23,7 @@ public class SimpleScan : Gtk.Application
/* Help string for command line --debug flag */
N_("Print debugging messages"), null},
{ "fix-pdf", 0, 0, OptionArg.STRING, ref fix_pdf_filename,
- N_("Fix PDF files generated with older versions of Simple Scan"), "FILENAME…"},
+ N_("Fix PDF files generated with older versions of this app"), "FILENAME…"},
{ null }
};
private static Timer log_timer;
@@ -635,7 +635,7 @@ public class SimpleScan : Gtk.Application
log_file = FileStream.open (path, "w");
Log.set_default_handler (log_cb);
- debug ("Starting Simple Scan %s, PID=%i", VERSION, Posix.getpid ());
+ debug ("Starting %s %s, PID=%i", args[0], VERSION, Posix.getpid ());
Gtk.init (ref args);