Update translation template.

This commit is contained in:
2011-02-12 02:26:39 +01:00
parent 9a217e97c8
commit 948e9d53d2
2 changed files with 124 additions and 5 deletions

View File

@@ -228,7 +228,7 @@ ld_window_main_init (LdWindowMain *self)
(priv->ui_manager, PROJECT_SHARE_DIR "gui/window-main.ui", &error);
if (error)
{
g_message (_("Building UI failed: %s"), error->message);
g_message ("Building UI failed: %s", error->message);
g_error_free (error);
}