app: Unmark the git version string for translation

This commit is contained in:
Barak Itkin 2010-08-05 21:39:34 +03:00
parent e12162bbb1
commit df0627c0eb
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ gimp_version_show (gboolean be_verbose)
if (be_verbose)
{
g_print (_("git commit %s"), GIMP_GIT_VERSION);
g_print ("git commit %s", GIMP_GIT_VERSION);
g_print ("\n");
g_print ("\n");