summaryrefslogtreecommitdiff
path: root/jbc
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@src.gnome.org>1999-04-14 15:49:43 +0000
committerPablo Saratxaga <pablo@src.gnome.org>1999-04-14 15:49:43 +0000
commiteb0ba179b0550497170274e446c01121ca77b9ff (patch)
treebec6f2a7f3c579788e8df22a8f487a68e79407ff /jbc
parent973bf1ae55bfcc2ff42aada48729de9371c1d150 (diff)
updated spanish language file,
updated walon language file, fixed various i18n glitches with several applets
Diffstat (limited to 'jbc')
-rw-r--r--jbc/jbc-applet.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/jbc/jbc-applet.c b/jbc/jbc-applet.c
index 07c033738..b23cbb768 100644
--- a/jbc/jbc-applet.c
+++ b/jbc/jbc-applet.c
@@ -12,6 +12,7 @@
*
*/
+#include <config.h>
#include <gnome.h>
#include <time.h>
#include <unistd.h>
@@ -51,11 +52,11 @@ about_jbc ()
authors[1] = NULL;
about = gnome_about_new (_ ("Jon's Binary Clock"), version,
- "(C) 1999",
+ _("(C) 1999"),
authors,
_ ("Released under the GNU general public license.\n"
- "Displays time in Binary Coded Decimal\nhttp://snoopy.net/~jon/jbc/"
- "."),
+ "Displays time in Binary Coded Decimal\n"
+ "http://snoopy.net/~jon/jbc/."),
NULL);
gtk_widget_show (about);
@@ -122,7 +123,7 @@ main (int argc, char **argv)
applet = applet_widget_new ("jbc_applet");
if (!applet)
- g_error ("Can't create applet!\n");
+ g_error (_("Can't create applet!\n"));
canvas = gnome_canvas_new ();
gtk_widget_set_usize (canvas, CANVAS_WIDTH, CANVAS_HEIGHT);