summaryrefslogtreecommitdiffstats
path: root/src/dialogs
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-04-01 22:35:03 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-04-01 22:35:03 +0000
commita5bbc01e140a4609434410b642d00f7ad5ddeece (patch)
tree66ee31ee3c46fd960fc86b1aca59a9e645198b02 /src/dialogs
parentfix annoying superfluous separator (diff)
downloadinkscape-a5bbc01e140a4609434410b642d00f7ad5ddeece.tar.gz
inkscape-a5bbc01e140a4609434410b642d00f7ad5ddeece.zip
fix 1516323
(bzr r2808)
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/object-attributes.cpp2
1 files changed, 1 insertions, 1 deletions
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);