[easytag] Fix a translator comment
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Fix a translator comment
- Date: Thu, 26 Jan 2017 03:36:31 +0000 (UTC)
commit 049d6f8bb8d0dc5d9cf9d89021674b83c065d76a
Author: Piotr Drąg <piotrdrag gmail com>
Date: Thu Jan 26 04:36:06 2017 +0100
Fix a translator comment
They need to be exactly one line above a string to show up in .po files.
src/easytag.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/easytag.c b/src/easytag.c
index d93a317..4e228e0 100644
--- a/src/easytag.c
+++ b/src/easytag.c
@@ -973,8 +973,8 @@ Read_Directory (const gchar *path_real)
et_application_window_file_area_clear (ET_APPLICATION_WINDOW (MainWindow));
et_application_window_tag_area_clear (ET_APPLICATION_WINDOW (MainWindow));
- /* Translators: No files, as in "0 files". */
et_application_window_browser_label_set_text (ET_APPLICATION_WINDOW (MainWindow),
+ /* Translators: No files, as in "0 files". */
_("No files")); /* See in ET_Display_Filename_To_UI */
/* Prepare message for the status bar */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]