Blob Blame History Raw
From df31a661757b9bc2179805f0b8e36faf83d2a785 Mon Sep 17 00:00:00 2001
From: Rafal Luzynski <digitalfreak@lingonborough.com>
Date: Thu, 26 Sep 2019 23:38:32 +0200
Subject: [PATCH] (trivial) Fix a typo in "--help" command line description

This typo makes the message untranslated.
---
 src/gnome-abrt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gnome-abrt b/src/gnome-abrt
index ced3801..0d57886 100755
--- a/src/gnome-abrt
+++ b/src/gnome-abrt
@@ -116,7 +116,7 @@ class OopsApplication(Gtk.Application):
                              ord('p'),
                              GLib.OptionFlags.NONE,
                              GLib.OptionArg.STRING,
-                             _('Select problem ID'),
+                             _('Selected problem ID'),
                              'PROBLEM')
 
     def _bind_to_gsettings(self, conf):
-- 
2.21.0