Google plugin: enable the settings dialog "Done"-button string for translation
authorPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 7 Jan 2010 17:32:50 +0000 (18:32 +0100)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Thu, 7 Jan 2010 17:41:34 +0000 (18:41 +0100)
src/plugins/google-plugin.vala

index e77d868..060dd1b 100644 (file)
@@ -152,7 +152,7 @@ class GooglePlugin : Plugin {
                var content = (VBox) dialog.get_content_area ();
                content.pack_start (button, true, true, 0);
 
-               dialog.add_button ("Done", ResponseType.ACCEPT);
+               dialog.add_button (_("Done"), ResponseType.ACCEPT);
 
                dialog.show_all ();
                int res = dialog.run ();