From: <hug...@li...> - 2013-05-04 06:02:17
|
branch: details: http://hugin.hg.sourceforge.net/hgweb/hugin/hugin/hgroot/hugin/hugin/rev/38b054755927 changeset: 6272:38b054755927 user: tmodes date: Sat May 04 08:03:26 2013 +0200 description: Clearer strings and added a tooltip diffstat: src/hugin1/hugin/xrc/pref_dialog.xrc | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diffs (21 lines): diff -r 08c6a8953fe5 -r 38b054755927 src/hugin1/hugin/xrc/pref_dialog.xrc --- a/src/hugin1/hugin/xrc/pref_dialog.xrc Wed May 01 12:58:09 2013 +0200 +++ b/src/hugin1/hugin/xrc/pref_dialog.xrc Sat May 04 08:03:26 2013 +0200 @@ -143,14 +143,15 @@ </object> <object class="sizeritem"> <object class="wxStaticText"> - <label>File save:</label> + <label>Project save:</label> </object> <flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag> <border>5</border> </object> <object class="sizeritem"> <object class="wxCheckBox" name="prefs_makefile"> - <label>Create makefile automatically during save</label> + <label>Create makefile automatically during project save</label> + <tooltip>Saves a makefile (.mk) beside the project file (.pto) for command line stitching</tooltip> </object> <flag>wxALL|wxEXPAND|wxALIGN_TOP</flag> <border>5</border> |