[gtk+] Fix a typo in an error message
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix a typo in an error message
- Date: Wed, 4 Sep 2013 23:41:18 +0000 (UTC)
commit e2036a3986fc7c6c057c22cf05fbe6307a910267
Author: Jiro Matsuzawa <jmatsuzawa gnome org>
Date: Thu Sep 5 01:39:16 2013 +0900
Fix a typo in an error message
https://bugzilla.gnome.org/show_bug.cgi?id=707488
gtk/gtkfilechooserdefault.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c
index 7f52872..2438b8b 100644
--- a/gtk/gtkfilechooserdefault.c
+++ b/gtk/gtkfilechooserdefault.c
@@ -769,7 +769,7 @@ static void
error_filename_to_long_dialog (GtkFileChooserDefault *impl)
{
error_message (impl,
- _("Cannot create file as the filename is to long"),
+ _("Cannot create file as the filename is too long"),
_("Try using a shorter name."));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]