diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2013-02-25 21:04:52 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2013-02-25 21:04:52 +0000 |
| commit | 2826aeaaef1d5f13f850a4b8e5dee23d0ae3d11b (patch) | |
| tree | 9e3d020cc026a49dbe9613fb6976233167592bb5 /src/ui/dialog/inkscape-preferences.cpp | |
| parent | Drop manual check for libpng: pkg-config should work (diff) | |
| download | inkscape-2826aeaaef1d5f13f850a4b8e5dee23d0ae3d11b.tar.gz inkscape-2826aeaaef1d5f13f850a4b8e5dee23d0ae3d11b.zip | |
Some strings clarifications (see Bug #955060, Latvian translation for 0.49).
(bzr r12153)
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index d6c1390d2..c162681e7 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -1289,7 +1289,7 @@ void InkscapePreferences::initPageBehavior() _page_mask.add_group_header( _("Before applying")); _mask_grouping_none.init( _("Do not group clipped/masked objects"), "/options/maskobject/grouping", PREFS_MASKOBJECT_GROUPING_NONE, true, 0); - _mask_grouping_separate.init( _("Enclose every clipped/masked object in its own group"), "/options/maskobject/grouping", PREFS_MASKOBJECT_GROUPING_SEPARATE, false, &_mask_grouping_none); + _mask_grouping_separate.init( _("Put every clipped/masked object in its own group"), "/options/maskobject/grouping", PREFS_MASKOBJECT_GROUPING_SEPARATE, false, &_mask_grouping_none); _mask_grouping_all.init( _("Put all clipped/masked objects into one group"), "/options/maskobject/grouping", PREFS_MASKOBJECT_GROUPING_ALL, false, &_mask_grouping_none); _page_mask.add_line(true, "", _mask_grouping_none, "", |
