diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2014-10-02 08:32:46 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2014-10-02 08:32:46 +0000 |
| commit | 50a19700fb02a712803aa3623f0920d562116534 (patch) | |
| tree | 43ec67467e6b06e1703b9d6c578dfc63d7866d54 /src/widgets/gradient-toolbar.cpp | |
| parent | Fixing inconsistencies in the PixelArt dialog. (diff) | |
| download | inkscape-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/gradient-toolbar.cpp')
| -rw-r--r-- | src/widgets/gradient-toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/gradient-toolbar.cpp b/src/widgets/gradient-toolbar.cpp index f5a99f3e7..9cd742fb4 100644 --- a/src/widgets/gradient-toolbar.cpp +++ b/src/widgets/gradient-toolbar.cpp @@ -1109,7 +1109,7 @@ void sp_gradient_toolbox_prep(SPDesktop * desktop, GtkActionGroup* mainActions, GtkTreeIter iter; gtk_list_store_append( model, &iter ); - gtk_list_store_set( model, &iter, 0, _("None"), 1, SP_GRADIENT_SPREAD_PAD, -1 ); + gtk_list_store_set( model, &iter, 0, C_("Gradient repeat type", "None"), 1, SP_GRADIENT_SPREAD_PAD, -1 ); gtk_list_store_append( model, &iter ); gtk_list_store_set( model, &iter, 0, _("Reflected"), 1, SP_GRADIENT_SPREAD_REFLECT, -1 ); |
