]> www.fi.muni.cz Git - evince.git/blobdiff - cut-n-paste/zoom-control/ephy-zoom-action.c
[shell] Port TotemScrsaver to GDBus
[evince.git] / cut-n-paste / zoom-control / ephy-zoom-action.c
index 986e3ef8dffce7c2eb5ccce7657284d0b8d2c548..15a08df8db5ceec8c18b546325e63156a1d58399 100644 (file)
@@ -16,7 +16,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
  *  $Id$
  */
  *
  *  $Id$
  */
@@ -154,7 +154,7 @@ create_menu_item (GtkAction *action)
                else 
                {
                        menu_item = gtk_radio_menu_item_new_with_label (group, 
                else 
                {
                        menu_item = gtk_radio_menu_item_new_with_label (group, 
-                                                                       zoom_levels[i].name);
+                                                                       _(zoom_levels[i].name));
                        group = gtk_radio_menu_item_get_group (GTK_RADIO_MENU_ITEM (menu_item));
 
                         gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (menu_item),
                        group = gtk_radio_menu_item_get_group (GTK_RADIO_MENU_ITEM (menu_item));
 
                         gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (menu_item),