summaryrefslogtreecommitdiffstats
path: root/src/ui/view/edit-widget.cpp
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2008-02-10 21:33:00 +0000
committerbryce <bryce@users.sourceforge.net>2008-02-10 21:33:00 +0000
commitad7569b67fb19762cec98dec60146fd8b75ea7a1 (patch)
treeb148b45646479aa137ae815f56ef07955feaea9c /src/ui/view/edit-widget.cpp
parent* Extended translation for Cairo PS Output, patch by Marcin Floryan (closes: ... (diff)
downloadinkscape-ad7569b67fb19762cec98dec60146fd8b75ea7a1.tar.gz
inkscape-ad7569b67fb19762cec98dec60146fd8b75ea7a1.zip
Patch from Marcin Floryan to get rid of one string in the pot file
(bzr r4698)
Diffstat (limited to 'src/ui/view/edit-widget.cpp')
-rw-r--r--src/ui/view/edit-widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/view/edit-widget.cpp b/src/ui/view/edit-widget.cpp
index 9ac6aeefd..c32b5f9de 100644
--- a/src/ui/view/edit-widget.cpp
+++ b/src/ui/view/edit-widget.cpp
@@ -1000,7 +1000,7 @@ EditWidget::initUriBar()
_uri_ctrl = new Gtk::Toolbar();
- _uri_label.set_label(_("PLACEHOLDER, DO NOT TRANSLATE"));
+ _uri_label.set_label(_("PLACEHOLDER, do not translate"));
_uri_ctrl->add(_uri_label);
_uri_ctrl->add(_uri_entry);