[goffice] GOFormat: fix location for translation help
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goffice] GOFormat: fix location for translation help
- Date: Sun, 6 Apr 2014 20:30:51 +0000 (UTC)
commit 6adc4fe57234e3598da5563f6d4026461fd1502e
Author: Morten Welinder <terra gnome org>
Date: Sun Apr 6 16:30:22 2014 -0400
GOFormat: fix location for translation help
goffice/utils/go-format.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/goffice/utils/go-format.c b/goffice/utils/go-format.c
index 09a39e0..9ac3a68 100644
--- a/goffice/utils/go-format.c
+++ b/goffice/utils/go-format.c
@@ -597,7 +597,7 @@ go_format_magic_fmt_str (GOFormatMagic m)
return NULL;
case GO_FORMAT_MAGIC_LONG_DATE: {
- /* xgettext: See http://projects.gnome.org/gnumeric/date-time-formats.shtml */
+ /* xgettext: See http://www.gnumeric.org/date-time-formats.shtml */
const char *fmt = _("*Long Date Format");
if (fmt[0] && fmt[0] != '*')
return g_strdup (fmt);
@@ -605,7 +605,7 @@ go_format_magic_fmt_str (GOFormatMagic m)
}
case GO_FORMAT_MAGIC_MEDIUM_DATE: {
- /* xgettext: See http://projects.gnome.org/gnumeric/date-time-formats.shtml */
+ /* xgettext: See http://www.gnumeric.org/date-time-formats.shtml */
const char *fmt = _("*Medium Date Format");
if (fmt[0] && fmt[0] != '*')
return g_strdup (fmt);
@@ -613,7 +613,7 @@ go_format_magic_fmt_str (GOFormatMagic m)
}
case GO_FORMAT_MAGIC_SHORT_DATE: {
- /* xgettext: See http://projects.gnome.org/gnumeric/date-time-formats.shtml */
+ /* xgettext: See http://www.gnumeric.org/date-time-formats.shtml */
const char *fmt = _("*Short Date Format");
if (fmt[0] && fmt[0] != '*')
return g_strdup (fmt);
@@ -626,7 +626,7 @@ go_format_magic_fmt_str (GOFormatMagic m)
}
case GO_FORMAT_MAGIC_SHORT_DATETIME: {
- /* xgettext: See http://projects.gnome.org/gnumeric/date-time-formats.shtml */
+ /* xgettext: See http://www.gnumeric.org/date-time-formats.shtml */
const char *fmt = _("*Short Date/Time Format");
if (fmt[0] && fmt[0] != '*')
return g_strdup (fmt);
@@ -641,7 +641,7 @@ go_format_magic_fmt_str (GOFormatMagic m)
}
case GO_FORMAT_MAGIC_LONG_TIME: {
- /* xgettext: See http://projects.gnome.org/gnumeric/date-time-formats.shtml */
+ /* xgettext: See http://www.gnumeric.org/date-time-formats.shtml */
const char *fmt = _("*Long Time Format");
if (fmt[0] && fmt[0] != '*')
return g_strdup (fmt);
@@ -653,7 +653,7 @@ go_format_magic_fmt_str (GOFormatMagic m)
}
case GO_FORMAT_MAGIC_MEDIUM_TIME: {
- /* xgettext: See http://projects.gnome.org/gnumeric/date-time-formats.shtml */
+ /* xgettext: See http://www.gnumeric.org/date-time-formats.shtml */
const char *fmt = _("*Medium Time Format");
if (fmt[0] && fmt[0] != '*')
return g_strdup (fmt);
@@ -665,7 +665,7 @@ go_format_magic_fmt_str (GOFormatMagic m)
}
case GO_FORMAT_MAGIC_SHORT_TIME: {
- /* xgettext: See http://projects.gnome.org/gnumeric/date-time-formats.shtml */
+ /* xgettext: See http://www.gnumeric.org/date-time-formats.shtml */
const char *fmt = _("*Short Time Format");
if (fmt[0] && fmt[0] != '*')
return g_strdup (fmt);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]