]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Syntax error fixed
authoradv <adv@opencascade.com>
Mon, 4 Oct 2010 11:23:23 +0000 (11:23 +0000)
committeradv <adv@opencascade.com>
Mon, 4 Oct 2010 11:23:23 +0000 (11:23 +0000)
src/SUIT/resources/SUIT_msg_en.ts
src/Style/Style_Model.cxx

index d698ea092e92f759794a309e187c25e17762c40c..13a35e12b7b0905beb3745d593ae57b4039abbe4 100644 (file)
@@ -74,7 +74,7 @@ Do you want to overwrite it?</translation>
     </message>
     <message>
         <source>PRP_DESK_WINDOW_TILE</source>
-        <translation>Arranges the windows as nonoverlapping tiles</translation>
+        <translation>Arranges the windows as non-overlapping tiles</translation>
     </message>
     <message>
         <source>MEN_DESK_WINDOW_VTILE</source>
@@ -86,7 +86,7 @@ Do you want to overwrite it?</translation>
     </message>
     <message>
         <source>PRP_DESK_WINDOW_VTILE</source>
-        <translation>Arranges the windows as nonoverlapping vertical tiles</translation>
+        <translation>Arranges the windows as non-overlapping vertical tiles</translation>
     </message>
     <message>
         <source>MEN_DESK_WINDOW_TILE</source>
index eb34b945d1b54615535106726f6969956f7c22d6..e524d4724f0a7fb82f11303c96678531b2b43016 100644 (file)
@@ -94,7 +94,7 @@ Style_Model::Style_Model()
   fillValue( ver_handle_delta, "ver-handle-delta", "Ver spacing of handle", grp_value, DblSpin );
   fillValue( split_handle_len, "split-handle-len", "Length of splitter handle", grp_value, DblSpin );
   fillValue( slider_increase, "slider-increase", "Slider increase", grp_value, IntSpin );
-  fillValue( all_antialized, "all-antialized", "All borders antialized", grp_value, Bool );
+  fillValue( all_antialized, "all-antialized", "All borders anti-aliased", grp_value, Bool );
 
   fillGroup( grp_style,      tab_value, "Predefined style", 1 );
   fillGroup( grp_color,      tab_color, "Colors", 3 );