[gthumb] Fix translator comment
- From: Piotr DrÄ…g <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] Fix translator comment
- Date: Mon, 28 Dec 2015 16:56:33 +0000 (UTC)
commit f6ef2c873148a854b287a5b0df7e9c2b7c9cdee2
Author: Piotr DrÄ…g <piotrdrag gmail com>
Date: Mon Dec 28 17:55:02 2015 +0100
Fix translator comment
It won't show up in the .pot/.po files if it's not exactly one line above the
string.
extensions/rename_series/gth-template-selector.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/rename_series/gth-template-selector.c
b/extensions/rename_series/gth-template-selector.c
index fb2c9c7..8ce2bb5 100644
--- a/extensions/rename_series/gth-template-selector.c
+++ b/extensions/rename_series/gth-template-selector.c
@@ -242,9 +242,9 @@ gth_template_selector_construct (GthTemplateSelector *self,
}
gtk_list_store_append (list_store, &iter);
- /* Translators: this is an option for the format -> Format: Custom */
gtk_list_store_set (list_store, &iter,
DATE_FORMAT_FORMAT_COLUMN, "",
+ /* Translators: this is an option for the format -> Format: Custom */
DATE_FORMAT_NAME_COLUMN, _("Custom"),
-1);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]