[frogr] Fixed unlocalized string



commit 38bbbe67cf257920184d3493c60f2ae94f73bcfe
Author: Mario Sanchez Prada <msanchez igalia com>
Date:   Wed Apr 4 13:36:19 2012 +0200

    Fixed unlocalized string

 src/frogr-auth-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-auth-dialog.c b/src/frogr-auth-dialog.c
index a66f0a7..23e22df 100644
--- a/src/frogr-auth-dialog.c
+++ b/src/frogr-auth-dialog.c
@@ -59,7 +59,7 @@ _ask_for_authorization (GtkWindow *parent)
                                    _(unauth_txt),
                                    APP_SHORTNAME);
 
-  title = g_strdup_printf ("Authorize %s", APP_SHORTNAME);
+  title = g_strdup_printf (_("Authorize %s"), APP_SHORTNAME);
   gtk_window_set_title (GTK_WINDOW (dialog), title);
   g_free (title);
 



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