[gnome-software] Mark a new string as translatable



commit 65759e9c3c6f7fdee53ba8b42bbbc1abb681266a
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Tue Jul 1 15:46:41 2014 +0200

    Mark a new string as translatable

 src/gs-application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-application.c b/src/gs-application.c
index 69d521b..5ead7c2 100644
--- a/src/gs-application.c
+++ b/src/gs-application.c
@@ -536,7 +536,7 @@ gs_application_local_command_line (GApplication *app, gchar ***args, gint *statu
                { "profile", 0, 0, G_OPTION_ARG_NONE, &profile,
                  _("Show profiling information for the service"), NULL },
                { "prefer-local", '\0', 0, G_OPTION_ARG_NONE, &prefer_local,
-                 "Prefer local file sources to AppStream", NULL },
+                 _("Prefer local file sources to AppStream"), NULL },
                { "version", 0, 0, G_OPTION_ARG_NONE, &version, NULL, NULL },
                { NULL}
        };


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]