~inkscape.dev/inkscape/trunk

« back to all changes in this revision

Viewing changes to src/interface.cpp

  • Committer: JazzyNico
  • Date: 2010-07-30 06:39:08 UTC
  • Revision ID: nicoduf@yahoo.fr-20100730063908-xw8fi12c8yntsca2
i18n. Fix for Bug #611025 (Setup for widescreen work does not show translated).

Show diffs side-by-side

added added

removed removed

Lines of Context:
904
904
    gchar const* data[] = {
905
905
        _("Default"), _("Default interface setup"),
906
906
        _("Custom"), _("Set the custom task"),
907
 
        _("Wide"), _("Setup for widescreen work."),
 
907
        _("Wide"), _("Setup for widescreen work"),
908
908
        0, 0
909
909
    };
910
910