mirror of https://github.com/GNOME/gimp.git
app: Unmark the git version string for translation
This commit is contained in:
parent
e12162bbb1
commit
df0627c0eb
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue