This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 60bf02af853b044d83256adcf788fe508b96cce7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Aug 18 10:43:05 2014 +0200 order language files alphanumerically in x2goclient.pro --- x2goclient.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x2goclient.pro b/x2goclient.pro index 27ea502..07f98ec 100755 --- a/x2goclient.pro +++ b/x2goclient.pro @@ -28,11 +28,11 @@ TRANSLATIONS += \ x2goclient_es.ts \ x2goclient_et.ts \ x2goclient_fi.ts \ - x2goclient_ru.ts \ - x2goclient_nl.ts \ + x2goclient_fr.ts \ x2goclient_nb_no.ts \ + x2goclient_nl.ts \ + x2goclient_ru.ts \ x2goclient_sv.ts \ - x2goclient_fr.ts \ x2goclient_zh_tw.ts HEADERS += configdialog.h \ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git