[gthumb/ext] [fileformatchooser] use Extensions instead of Extension(s)
- From: Paolo Bacchilega <paobac src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gthumb/ext] [fileformatchooser] use Extensions instead of Extension(s)
- Date: Sun, 23 Aug 2009 07:43:16 +0000 (UTC)
commit f4cd2c176997af5be390bb491824b19039eabd9c
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Aug 22 09:18:31 2009 +0200
[fileformatchooser] use Extensions instead of Extension(s)
gthumb/eggfileformatchooser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/eggfileformatchooser.c b/gthumb/eggfileformatchooser.c
index 5eeecdb..ff7ceec 100644
--- a/gthumb/eggfileformatchooser.c
+++ b/gthumb/eggfileformatchooser.c
@@ -414,7 +414,7 @@ egg_file_format_chooser_init (EggFileFormatChooser *self)
/* extensions column */
column = gtk_tree_view_column_new_with_attributes (
- _("Extension(s)"), gtk_cell_renderer_text_new (),
+ _("Extensions"), gtk_cell_renderer_text_new (),
"text", MODEL_COLUMN_EXTENSIONS, NULL);
gtk_tree_view_column_set_expand (column, FALSE);
gtk_tree_view_append_column (GTK_TREE_VIEW (view), column);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]