[bijiben] Fix a translator comment
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] Fix a translator comment
- Date: Thu, 26 Jan 2017 03:25:37 +0000 (UTC)
commit 7672cbc0a2655b0763e3bb8f1179217a96ff22c8
Author: Piotr Drąg <piotrdrag gmail com>
Date: Thu Jan 26 04:25:11 2017 +0100
Fix a translator comment
They need to be exactly one line above a string to show up in .po files.
src/bjb-bijiben.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/bjb-bijiben.c b/src/bjb-bijiben.c
index 3969498..9224ce9 100644
--- a/src/bjb-bijiben.c
+++ b/src/bjb-bijiben.c
@@ -433,9 +433,9 @@ bijiben_application_local_command_line (GApplication *application,
if (error != NULL)
{
- /* Translators: this is a fatal error quit message
- * printed on the command line */
g_printerr ("%s: %s\n",
+ /* Translators: this is a fatal error quit message
+ * printed on the command line */
_("Could not register the application"),
error->message);
g_error_free (error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]