diff options
| author | Alexandre Prokoudine <alexandre.prokoudine@gmail.com> | 2008-01-28 19:31:38 +0000 |
|---|---|---|
| committer | prokoudine <prokoudine@users.sourceforge.net> | 2008-01-28 19:31:38 +0000 |
| commit | bca87706e84b20dbb7f4d3880c7dd3a384355ef9 (patch) | |
| tree | 0d0432e1b892634a25df54955fad8b40d0d502fd /src | |
| parent | * [INTL: br] Breton updated by Alan (closes: #186195) (diff) | |
| download | inkscape-bca87706e84b20dbb7f4d3880c7dd3a384355ef9.tar.gz inkscape-bca87706e84b20dbb7f4d3880c7dd3a384355ef9.zip | |
- marked forgoten message for translation
- updated ru.po again
(bzr r4611)
Diffstat (limited to 'src')
| -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 34e97a713..efa461d55 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -239,7 +239,7 @@ void InkscapePreferences::AddDotSizeSpinbutton(DialogPage& p, const std::string& { PrefSpinButton* sb = Gtk::manage( new PrefSpinButton); sb->init ( prefs_path, "dot-size", 0.0, 1000.0, 0.1, 10.0, def_value, false, false); - p.add_line( false, _("Ctrl+click dot size:"), *sb, "times current stroke width", + p.add_line( false, _("Ctrl+click dot size:"), *sb, _("times current stroke width"), _("Size of dots created with Ctrl+click (relative to current stroke width)"), false ); } |
