[geary] Remove trailing full stop from a new string in geary-args.vala
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary] Remove trailing full stop from a new string in geary-args.vala
- Date: Sat, 24 Sep 2016 20:14:53 +0000 (UTC)
commit 2953dc8953be31b2f17e3ac818380229b4d7e8e1
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sat Sep 24 22:12:35 2016 +0200
Remove trailing full stop from a new string in geary-args.vala
So it's unified with the rest.
src/client/application/geary-args.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/client/application/geary-args.vala b/src/client/application/geary-args.vala
index ef4e226..99abf9e 100644
--- a/src/client/application/geary-args.vala
+++ b/src/client/application/geary-args.vala
@@ -24,7 +24,7 @@ private const OptionEntry[] options = {
{ "log-folder-normalization", 0, 0, OptionArg.NONE, ref log_folder_normalization, N_("Log folder
normalization"), null },
{ "inspector", 'i', 0, OptionArg.NONE, ref inspector, N_("Allow inspection of WebView"), null },
{ "revoke-certs", 0, 0, OptionArg.NONE, ref revoke_certs, N_("Revoke all server certificates with TLS
warnings"), null },
- { "quit", 'q', 0, OptionArg.NONE, ref quit, N_("Perform a graceful quit."), null },
+ { "quit", 'q', 0, OptionArg.NONE, ref quit, N_("Perform a graceful quit"), null },
{ "version", 'V', 0, OptionArg.NONE, ref version, N_("Display program version"), null },
{ null }
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]