From: bryce Date: Sun, 10 Feb 2008 21:33:00 +0000 (+0000) Subject: Patch from Marcin Floryan to get rid of one string in the pot file X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7716b8d9e72774f65cd2f3eac103e50cb4eafc2e;p=inkscape.git Patch from Marcin Floryan to get rid of one string in the pot file --- 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);