summaryrefslogtreecommitdiffstats
path: root/gtk-gui.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-10-21 20:59:43 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-10-21 21:12:51 -0700
commitf5ba851c1b2d5d090eaf05bbdcd79186021c6f34 (patch)
tree8aa36f1460b4d7a5c38e0ccc3219a23213b7962d /gtk-gui.c
parent25ddf1caee98595bb62313de965ea24b89f495c3 (diff)
downloadsubsurface-f5ba851c1b2d5d090eaf05bbdcd79186021c6f34.tar.gz
Hopefully the last update to the po files before the release
This one breaks with my preference to separate generated changes from content changes - I wanted to get the new comment next to the translator-credits text that I added to every .po file. This way the people who worked on these translations at least get shown in the About box. But a simple grep on the diff will show you that this is indeed the only set of changes that I made. git diff HEAD^ | grep ^+ | grep -v -e^+# -e^+++ -ePOT-Creation Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'gtk-gui.c')
-rw-r--r--gtk-gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk-gui.c b/gtk-gui.c
index f89794985..789ebd5a1 100644
--- a/gtk-gui.c
+++ b/gtk-gui.c
@@ -855,6 +855,7 @@ static void about_dialog(GtkWidget *w, gpointer data)
"license", "GNU General Public License, version 2\nhttp://www.gnu.org/licenses/old-licenses/gpl-2.0.html",
"version", VERSION_STRING,
"copyright", _("Linus Torvalds, Dirk Hohndel, and others, 2011, 2012"),
+ /*++GETTEXT the term translator-credits is magic - list the names of the tranlators here */
"translator_credits", _("translator-credits"),
"logo-icon-name", "subsurface",
/* Must be last: */