diff options
| author | Andre Klapper <a9016009@gmx.de> | 2011-07-27 20:50:20 +0800 |
|---|---|---|
| committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:38 +0800 |
| commit | 33dcc39356e53c42cfd6304ce0fbeda217e72d42 (patch) | |
| tree | f85df252d4f04bcd352dc05a5ca4f9a3e0f4ea51 /plugins/save-calendar/csv-format.c | |
| parent | 3d067e801eb7308ff247805c1c96f6ea4e8a7541 (diff) | |
| download | gsoc2013-evolution-33dcc39356e53c42cfd6304ce0fbeda217e72d42.tar gsoc2013-evolution-33dcc39356e53c42cfd6304ce0fbeda217e72d42.tar.gz gsoc2013-evolution-33dcc39356e53c42cfd6304ce0fbeda217e72d42.tar.bz2 gsoc2013-evolution-33dcc39356e53c42cfd6304ce0fbeda217e72d42.tar.lz gsoc2013-evolution-33dcc39356e53c42cfd6304ce0fbeda217e72d42.tar.xz gsoc2013-evolution-33dcc39356e53c42cfd6304ce0fbeda217e72d42.tar.zst gsoc2013-evolution-33dcc39356e53c42cfd6304ce0fbeda217e72d42.zip | |
Drop the duplicated 'Format' from filetype descriptionsto also sync strings with the ones used in shell/e-shell-utils.c
Diffstat (limited to 'plugins/save-calendar/csv-format.c')
| -rw-r--r-- | plugins/save-calendar/csv-format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/save-calendar/csv-format.c b/plugins/save-calendar/csv-format.c index da21588d8c..cbbfa6691c 100644 --- a/plugins/save-calendar/csv-format.c +++ b/plugins/save-calendar/csv-format.c @@ -622,7 +622,7 @@ FormatHandler *csv_format_handler_new (void) FormatHandler *handler = g_new (FormatHandler, 1); handler->isdefault = FALSE; - handler->combo_label = _("Comma separated value format (.csv)"); + handler->combo_label = _("Comma separated values (.csv)"); handler->filename_ext = ".csv"; handler->data = g_new (CsvPluginData, 1); handler->options_widget = create_options_widget (handler); |
