Author: Yu Chen <[email protected]>
Date:   Wed Mar 14 14:49:31 2012 +0800

Use FPS instead of Frames per second

---

 synfig-studio/src/gui/dialogs/dialog_preview.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/synfig-studio/src/gui/dialogs/dialog_preview.cpp 
b/synfig-studio/src/gui/dialogs/dialog_preview.cpp
index c5a8305..85fd77c 100644
--- a/synfig-studio/src/gui/dialogs/dialog_preview.cpp
+++ b/synfig-studio/src/gui/dialogs/dialog_preview.cpp
@@ -155,7 +155,7 @@ settings(this,"prevoptions")
        generalTable->attach(*zoomLabel, 0, 1, 0, 1, Gtk::SHRINK | Gtk::FILL, 
Gtk::EXPAND | Gtk::FILL, 0, 0);
        generalTable->attach(*zoomSpinner, 1, 2, 0, 1, Gtk::EXPAND | Gtk::FILL, 
Gtk::EXPAND | Gtk::FILL, 0, 0);
 
-       Gtk::Label *fpsLabel = manage(new Gtk::Label(_("_Frames per second")));
+       Gtk::Label *fpsLabel = manage(new Gtk::Label(_("_FPS")));
        fpsLabel->set_alignment(0, 0.5);
        fpsLabel->set_use_underline(TRUE);
        Gtk::SpinButton *fpsSpinner = manage(new Gtk::SpinButton(adj_fps, 1, 
1));


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to