[gimp] app: Unmark the git version string for translation



commit df0627c0eb5b8c71bb5923265a5c49d06f096826
Author: Barak Itkin <lightningismyname gmail com>
Date:   Thu Aug 5 21:39:34 2010 +0300

    app: Unmark the git version string for translation

 app/version.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/version.c b/app/version.c
index 0766603..f286d3d 100644
--- a/app/version.c
+++ b/app/version.c
@@ -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");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]