From: luca_bruno Date: Fri, 8 Feb 2008 21:56:15 +0000 (+0000) Subject: * Alternative translation text for Grid|New, patch by Marcin Floryan (closes: #189350) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a8e9132a411f42166ba626852b369e3f364722b1;p=inkscape.git * Alternative translation text for Grid|New, patch by Marcin Floryan (closes: #189350) --- diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp index acbbdb63b..b4199c678 100644 --- a/src/ui/dialog/document-properties.cpp +++ b/src/ui/dialog/document-properties.cpp @@ -115,7 +115,8 @@ DocumentProperties::DocumentProperties() "inkscape:snap-intersection-line-segments", _wr), //--------------------------------------------------------------- _grids_label_crea("", Gtk::ALIGN_LEFT), - _grids_button_new(_("_New"), _("Create new grid.")), + //TRANSLATORS: In Grid|_New translate only the word _New. It ref to grid + _grids_button_new(Q_("Grid|_New"), _("Create new grid.")), _grids_button_remove(_("_Remove"), _("Remove selected grid.")), _grids_label_def("", Gtk::ALIGN_LEFT), //---------------------------------------------------------------