diff src/gtkprefs.c @ 6455:cd0b5eaf9460

[gaim-migrate @ 6964] Committing a patch from Robot101 that removes the periods from many msgid keys to reflect the changes made in the code. This'll prevent a bunch of broken translations in 0.67, since I don't think all of our translators are going to re-translate those lines in the next day. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 13 Aug 2003 20:13:06 +0000
parents a6b7e7966862
children 338147ea6896
line wrap: on
line diff
--- a/src/gtkprefs.c	Wed Aug 13 18:46:39 2003 +0000
+++ b/src/gtkprefs.c	Wed Aug 13 20:13:06 2003 +0000
@@ -926,7 +926,7 @@
 	button = prefs_checkbox(_("Show IMs and chats in _tabbed windows"),
 							"/gaim/gtk/conversations/tabs", vbox);
 
-	close_checkbox = prefs_checkbox(_("Show _close button on tabs."),
+	close_checkbox = prefs_checkbox(_("Show _close button on tabs"),
 									"/gaim/gtk/conversations/close_on_tabs",
 									vbox);
 
@@ -937,7 +937,7 @@
 	g_signal_connect(G_OBJECT(button), "clicked",
 					 G_CALLBACK(gaim_gtk_toggle_sensitive), close_checkbox);
 
-	icons_checkbox = prefs_checkbox(_("Show status _icons on tabs."),
+	icons_checkbox = prefs_checkbox(_("Show status _icons on tabs"),
 									"/gaim/gtk/conversations/icons_on_tabs",
 									vbox);