summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3f1a587)
raw | patch | inline | side by side (parent: 3f1a587)
author | kidproto <kidproto@users.sourceforge.net> | |
Sat, 4 Feb 2006 03:42:49 +0000 (03:42 +0000) | ||
committer | kidproto <kidproto@users.sourceforge.net> | |
Sat, 4 Feb 2006 03:42:49 +0000 (03:42 +0000) |
ChangeLog | patch | blob | history | |
po/ja.po | patch | blob | history | |
po/pt_BR.po | patch | blob | history | |
src/verbs.cpp | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 438f94fde54e7559401d6c24f49111c7c83d522b..5e8c4a8377fd442fb813f8cc9885bf14eea60d99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2006-02-03 Jon Phillips <jon@rejon.org>
+
+ * src/verbs.cpp: Added "..." to "Trace Bitmap" text. Yes, what a
+ simple and dumb thing to add for consistency.
+
2006-01-24 Michael Wybrow <mjwybrow@users.sourceforge.net>
* src/libavoid/connector.cpp, src/libavoid/connector.h,
diff --git a/po/ja.po b/po/ja.po
index 1dcf2859e145d9a0266f6f2217f90a28a5badbed..6629eefbcc8572a82d3cbe2cc105db2e80a12fba 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.10.2\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
#: ../inkscape.desktop.in.h:1
msgid "Create and edit Scalable Vector Graphics images"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index b7e2e41b7cb789d4df9714f5aaf47ff74881a2ea..08fef1ed5791a9eefdbc1708d4791e1b1fc94aff 100644 (file)
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
#: ../inkscape.desktop.in.h:1
msgid "Create and edit Scalable Vector Graphics images"
diff --git a/src/verbs.cpp b/src/verbs.cpp
index a1a027c3f998381825b3d45923f327672a879ed6..5f7e2491d7db6c3808b33bf670a3a4783926615b 100644 (file)
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
new SelectionVerb(SP_VERB_SELECTION_REVERSE, "SelectionReverse", N_("_Reverse"),
N_("Reverses the direction of selected paths; useful for flipping markers"), "selection_reverse"),
// TRANSLATORS: "to trace" means "to convert a bitmap to vector graphics" (to vectorize)
- new SelectionVerb(SP_VERB_SELECTION_TRACE, "SelectionTrace", N_("_Trace Bitmap"),
+ new SelectionVerb(SP_VERB_SELECTION_TRACE, "SelectionTrace", N_("_Trace Bitmap..."),
N_("Convert bitmap object to paths"), "selection_trace"),
new SelectionVerb(SP_VERB_SELECTION_CREATE_BITMAP, "SelectionCreateBitmap", N_("_Make a Bitmap Copy"),
N_("Export selection to a bitmap and insert it into document"), "selection_bitmap" ),