summaryrefslogtreecommitdiff
path: root/gtik
diff options
context:
space:
mode:
authorDavyd Madeley <davyd@madeley.id.au>2004-08-24 03:20:34 +0000
committerDavyd Madeley <davyd@src.gnome.org>2004-08-24 03:20:34 +0000
commitcf3dd7218cb4c409d862d369d5d376d630579ab6 (patch)
tree9b6b21c9da6c983f5f70438edfb48433043ca7f8 /gtik
parent10caff5783b69c1b5d9ad299d71d9187d9f9eea8 (diff)
String composition is confusing and bad. Added a comment to assist those
2004-08-24 Davyd Madeley <davyd@madeley.id.au> * gtik.c: String composition is confusing and bad. Added a comment to assist those coping with #150894. Must fix after string freeze.
Diffstat (limited to 'gtik')
-rw-r--r--gtik/ChangeLog5
-rw-r--r--gtik/gtik.c3
2 files changed, 8 insertions, 0 deletions
diff --git a/gtik/ChangeLog b/gtik/ChangeLog
index 18d03a428..376151187 100644
--- a/gtik/ChangeLog
+++ b/gtik/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-24 Davyd Madeley <davyd@madeley.id.au>
+
+ * gtik.c: String composition is confusing and bad. Added a comment to
+ assist those coping with #150894. Must fix after string freeze.
+
2004-08-15 Kjartan Maraas <kmaraas@gnome.org>
* Makefile.am: Remove references to screen-exec.
diff --git a/gtik/gtik.c b/gtik/gtik.c
index ff8a66184..f3197a6f9 100644
--- a/gtik/gtik.c
+++ b/gtik/gtik.c
@@ -2023,6 +2023,9 @@ static gint updateOutput(gpointer data)
quote->color = RED;
}
else {
+ /* TRANSLATOR: This forms part of a sentance
+ * "(No Change)". FIXME: string composition is bad.
+ */
var3 = g_strdup(_("(No Change"));
var4 = g_strdup("");
quote->color = WHITE;