diff options
author | bl0ckeduser <[email protected]> | 2014-02-09 11:19:02 -0500 |
---|---|---|
committer | bl0ckeduser <[email protected]> | 2014-02-09 11:19:02 -0500 |
commit | ba32a7a29d7d28eb458b0cde7eda77ef1726ae73 (patch) | |
tree | d1f0552e130ea7a2d99effe050c674003f1a0d25 /cut-n-paste/zoom-control/ephy-zoom.h | |
parent | 142ebf79903cd71789c31ddc0c56b398c8e50e4e (diff) | |
download | atril-ba32a7a29d7d28eb458b0cde7eda77ef1726ae73.tar.bz2 atril-ba32a7a29d7d28eb458b0cde7eda77ef1726ae73.tar.xz |
Fix duplicated string (#65)
Diffstat (limited to 'cut-n-paste/zoom-control/ephy-zoom.h')
-rw-r--r-- | cut-n-paste/zoom-control/ephy-zoom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cut-n-paste/zoom-control/ephy-zoom.h b/cut-n-paste/zoom-control/ephy-zoom.h index 1dcb4598..b77b3733 100644 --- a/cut-n-paste/zoom-control/ephy-zoom.h +++ b/cut-n-paste/zoom-control/ephy-zoom.h @@ -48,7 +48,7 @@ zoom_levels[] = { { N_("Best Fit"), EPHY_ZOOM_BEST_FIT }, { N_("Fit Page Width"), EPHY_ZOOM_FIT_WIDTH }, - { N_("Expand Window To Fit"), EPHY_ZOOM_EXPAND_WINDOW_TO_FIT }, + { N_("Expand Window to Fit"), EPHY_ZOOM_EXPAND_WINDOW_TO_FIT }, { NULL, EPHY_ZOOM_SEPARATOR }, { N_("50%"), 0.5 }, { N_("70%"), 0.7071067811 }, |