diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-10-21 20:59:43 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-10-21 21:12:51 -0700 |
commit | f5ba851c1b2d5d090eaf05bbdcd79186021c6f34 (patch) | |
tree | 8aa36f1460b4d7a5c38e0ccc3219a23213b7962d /gtk-gui.c | |
parent | 25ddf1caee98595bb62313de965ea24b89f495c3 (diff) | |
download | subsurface-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: */ |