[gnome-screenshot] Fix a translator comment
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-screenshot] Fix a translator comment
- Date: Fri, 27 Jan 2017 23:36:29 +0000 (UTC)
commit 195d6f2444856df41068db8445b7aee12f2ec94b
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sat Jan 28 00:35:56 2017 +0100
Fix a translator comment
They need to be exactly one line above a string to show up in .po files.
src/screenshot-interactive-dialog.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/screenshot-interactive-dialog.c b/src/screenshot-interactive-dialog.c
index d0b9f71..50bbb73 100644
--- a/src/screenshot-interactive-dialog.c
+++ b/src/screenshot-interactive-dialog.c
@@ -147,12 +147,12 @@ typedef struct {
const gchar *nick;
} ScreenshotEffect;
-/* Translators:
- * these are the names of the effects available which will be
- * displayed inside a combo box in interactive mode for the user
- * to chooser.
- */
static const ScreenshotEffect effects[] = {
+ /* Translators:
+ * these are the names of the effects available which will be
+ * displayed inside a combo box in interactive mode for the user
+ * to chooser.
+ */
{ SCREENSHOT_EFFECT_NONE, N_("None"), "none" },
{ SCREENSHOT_EFFECT_SHADOW, N_("Drop shadow"), "shadow" },
{ SCREENSHOT_EFFECT_BORDER, N_("Border"), "border" },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]