summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-marker-selector.cpp
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2014-10-02 08:32:46 +0000
committerJazzyNico <nicoduf@yahoo.fr>2014-10-02 08:32:46 +0000
commit50a19700fb02a712803aa3623f0920d562116534 (patch)
tree43ec67467e6b06e1703b9d6c578dfc63d7866d54 /src/widgets/stroke-marker-selector.cpp
parentFixing inconsistencies in the PixelArt dialog. (diff)
downloadinkscape-50a19700fb02a712803aa3623f0920d562116534.tar.gz
inkscape-50a19700fb02a712803aa3623f0920d562116534.zip
i18n. Fix for Bug #380522 (strings that need to be fixed for translation).
Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576)
Diffstat (limited to 'src/widgets/stroke-marker-selector.cpp')
-rw-r--r--src/widgets/stroke-marker-selector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/stroke-marker-selector.cpp b/src/widgets/stroke-marker-selector.cpp
index 00b6b5c91..a0121b799 100644
--- a/src/widgets/stroke-marker-selector.cpp
+++ b/src/widgets/stroke-marker-selector.cpp
@@ -385,7 +385,7 @@ void MarkerComboBox::add_markers (GSList *marker_list, SPDocument *source, gbool
if (history) {
// add "None"
Gtk::TreeModel::Row row = *(marker_store->prepend());
- row[marker_columns.label] = _("None");
+ row[marker_columns.label] = C_("Marker", "None");
row[marker_columns.stock] = false;
row[marker_columns.marker] = g_strdup("None");
row[marker_columns.image] = NULL;