diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2008-02-10 21:33:00 +0000 |
|---|---|---|
| committer | bryce <bryce@users.sourceforge.net> | 2008-02-10 21:33:00 +0000 |
| commit | ad7569b67fb19762cec98dec60146fd8b75ea7a1 (patch) | |
| tree | b148b45646479aa137ae815f56ef07955feaea9c /src/ui/view/edit-widget.cpp | |
| parent | * Extended translation for Cairo PS Output, patch by Marcin Floryan (closes: ... (diff) | |
| download | inkscape-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.cpp | 2 |
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); |
