[gnome-sound-recorder] Fix a translator comment
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder] Fix a translator comment
- Date: Sat, 28 Jan 2017 01:02:30 +0000 (UTC)
commit 486a79c9d83d86a2bfa709e54a6e8f9ea8e3772c
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sat Jan 28 02:02:09 2017 +0100
Fix a translator comment
They need to be exactly one line above a string to show up in .po files.
src/mainWindow.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/mainWindow.js b/src/mainWindow.js
index b57ba46..eb392d2 100644
--- a/src/mainWindow.js
+++ b/src/mainWindow.js
@@ -347,8 +347,8 @@ const MainView = new Lang.Class({
this._scrolledWin.show();
let sounds = list.getItemCount();
let title;
- // Translators: This is the title in the headerbar
if (sounds > 0) {
+ // Translators: This is the title in the headerbar
title = Gettext.ngettext("%d Recorded Sound",
"%d Recorded Sounds",
sounds).format(sounds);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]