[easytag] Fixed typo in string
- From: Daniel Mustieles GarcÃa <dmustieles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Fixed typo in string
- Date: Thu, 24 Jan 2013 09:39:00 +0000 (UTC)
commit 34be3b5c3f13caca09f4c06deee60be595a5aa82
Author: Daniel Mustieles <daniel mustieles gmail com>
Date: Thu Jan 24 10:38:55 2013 +0100
Fixed typo in string
src/prefs.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/prefs.c b/src/prefs.c
index c3c24af..1fa11a2 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -881,7 +881,7 @@ void Open_OptionsWindow (void)
gtk_table_attach(GTK_TABLE(Table),FileWritingId3v2IconvOptionsIgnore,4,5,6,7,GTK_FILL,GTK_FILL,0,0);
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(FileWritingId3v2IconvOptionsIgnore),FILE_WRITING_ID3V2_ICONV_OPTIONS_IGNORE);
gtk_widget_set_tooltip_text(FileWritingId3v2IconvOptionsIgnore,_("With this option, when "
- "a characters cannot be represented in the target character set, it will "
+ "a character cannot be represented in the target character set, it will "
"be silently discarded."));
// ID3v1 tags
@@ -950,7 +950,7 @@ void Open_OptionsWindow (void)
gtk_table_attach(GTK_TABLE(Table),FileWritingId3v1IconvOptionsIgnore,3,4,4,5,GTK_FILL,GTK_FILL,0,0);
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(FileWritingId3v1IconvOptionsIgnore),FILE_WRITING_ID3V1_ICONV_OPTIONS_IGNORE);
gtk_widget_set_tooltip_text(FileWritingId3v1IconvOptionsIgnore,_("With this option, when "
- "a characters cannot be represented in the target character set, it will "
+ "a character cannot be represented in the target character set, it will "
"be silently discarded."));
/* Character Set for reading tag */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]