summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2013-09-01 02:29:15 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2013-09-01 02:29:15 +0200
commitfd9c4a30ba104a6dca452872e0deba0309b1709d (patch)
treebf17902c38b1d8e4d98d8c0f65e90ab89335a836 /src
parentf825dcf5ae67cb2a330a664ea1fb036c66467acd (diff)
downloadglade-fd9c4a30ba104a6dca452872e0deba0309b1709d.tar.gz
Fix minor typos
Diffstat (limited to 'src')
-rw-r--r--src/glade-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glade-window.c b/src/glade-window.c
index 8fdf4fa5..ede92d62 100644
--- a/src/glade-window.c
+++ b/src/glade-window.c
@@ -1151,7 +1151,7 @@ do_save (GladeWindow *window, GladeProject *project, const gchar *path)
{
if (!glade_util_ui_message (GTK_WIDGET (window),
GLADE_UI_ARE_YOU_SURE, NULL,
- _("Failed to backup existing file, continue saving ?")))
+ _("Failed to backup existing file, continue saving?")))
{
g_free (display_path);
return FALSE;