From a5bbc01e140a4609434410b642d00f7ad5ddeece Mon Sep 17 00:00:00 2001 From: bulia byak Date: Sun, 1 Apr 2007 22:35:03 +0000 Subject: fix 1516323 (bzr r2808) --- src/dialogs/object-attributes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dialogs/object-attributes.cpp') diff --git a/src/dialogs/object-attributes.cpp b/src/dialogs/object-attributes.cpp index 34f7e4463..f6369f39a 100644 --- a/src/dialogs/object-attributes.cpp +++ b/src/dialogs/object-attributes.cpp @@ -97,7 +97,7 @@ sp_object_attr_show_dialog ( SPObject *object, attrs[i] = desc[i].attribute; } - title = g_strdup_printf (_("%s attributes"), tag); + title = g_strdup_printf (_("%s Properties"), tag); w = sp_window_new (title, TRUE); g_free (title); -- cgit v1.2.3