[shotwell] Fix accidental grammar oddnes in commandline help
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] Fix accidental grammar oddnes in commandline help
- Date: Sun, 20 Jan 2019 14:41:35 +0000 (UTC)
commit eb6fc598630e75c2ce3351add63add6f69f77337
Author: Jens Georg <mail jensge org>
Date: Sun Jan 20 15:41:08 2019 +0100
Fix accidental grammar oddnes in commandline help
src/main.vala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/main.vala b/src/main.vala
index f3c0e672..a7339ed8 100644
--- a/src/main.vala
+++ b/src/main.vala
@@ -335,11 +335,11 @@ bool show_metadata = false;
const OptionEntry[] entries = {
{ "datadir", 'd', 0, OptionArg.FILENAME, ref data_dir, N_("Path to Shotwell’s private data"),
N_("DIRECTORY") },
- { "no-runtime-monitoring", 0, 0, OptionArg.NONE, ref no_runtime_monitoring, N_("Do not monitor library
directory at runtime changes"), null },
+ { "no-runtime-monitoring", 0, 0, OptionArg.NONE, ref no_runtime_monitoring, N_("Do not monitor library
directory at runtime for changes"), null },
{ "no-startup-progress", 0, 0, OptionArg.NONE, ref no_startup_progress, N_("Don’t display startup
progress meter"), null },
{ "version", 'V', 0, OptionArg.NONE, ref show_version, N_("Show the application’s version") },
{ "fullscreen", 'f', 0, OptionArg.NONE, ref fullscreen, N_("Start the application in fullscreen mode"),
null },
- { "show-metadata", 'p', 0, OptionArg.NONE, ref show_metadata, N_("Print the meta-data of the image
file"), null },
+ { "show-metadata", 'p', 0, OptionArg.NONE, ref show_metadata, N_("Print the metadata of the image
file"), null },
{ null, 0, 0, 0, null, null, null }
};
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]