aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-08-16 18:51:11 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-08-16 18:51:11 +0000
commit7a9f8874d95a109efce6f48194577ae4ee6d41f1 (patch)
treef826d0ffd9700eb0af8976469cc65de0faa55907
parentc285091b7a54ef278bd0473c3d4cc15ce471f07a (diff)
Small fix in a error message.
svn path=/trunk/; revision=38570
-rw-r--r--gtk/time_shift_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/time_shift_dlg.c b/gtk/time_shift_dlg.c
index 38c2e87d0f..e3cbaadc39 100644
--- a/gtk/time_shift_dlg.c
+++ b/gtk/time_shift_dlg.c
@@ -672,7 +672,7 @@ timestring2nstime(const gchar *ts, nstime_t *packettime, nstime_t *nstime)
CHECK_MINUTE(m);
CHECK_SEC_DEC(f);
} else {
- error_message("Could not parse the time: Expected (YY-MM-DD) "
+ error_message("Could not parse the time: Expected (YYYY-MM-DD) "
"hh:mm:ss(.dec)");
return(1);
}