Kaydet (Commit) 3b1f3420 authored tarafından Andras Timar's avatar Andras Timar

remove double space from en-US messages

üst e22b8f47
...@@ -315,12 +315,12 @@ String RID_STR_FORMS_HELP_TEXT_WIZARD ...@@ -315,12 +315,12 @@ String RID_STR_FORMS_HELP_TEXT_WIZARD
String RID_STR_QUERIES_HELP_TEXT String RID_STR_QUERIES_HELP_TEXT
{ {
Text [ en-US ] = "Create a query by specifying the filters, input tables, field names, and properties for sorting or grouping." ; Text [ en-US ] = "Create a query by specifying the filters, input tables, field names, and properties for sorting or grouping." ;
}; };
String RID_STR_QUERIES_HELP_TEXT_SQL String RID_STR_QUERIES_HELP_TEXT_SQL
{ {
Text [ en-US ] = "Create a query entering an SQL statement directly." ; Text [ en-US ] = "Create a query entering an SQL statement directly." ;
}; };
String RID_STR_QUERIES_HELP_TEXT_WIZARD String RID_STR_QUERIES_HELP_TEXT_WIZARD
......
...@@ -182,7 +182,7 @@ ModalDialog DLG_PASSWORD ...@@ -182,7 +182,7 @@ ModalDialog DLG_PASSWORD
{ {
Pos = MAP_APPFONT ( 6 , 52 ) ; Pos = MAP_APPFONT ( 6 , 52 ) ;
Size = MAP_APPFONT ( FT_SIZE_X , 10 ) ; Size = MAP_APPFONT ( FT_SIZE_X , 10 ) ;
Text [ en-US ] = "~Confirm password"; Text [ en-US ] = "~Confirm password";
}; };
Edit ED_PASSWORD_REPEAT Edit ED_PASSWORD_REPEAT
{ {
......
...@@ -335,7 +335,7 @@ TabPage PAGE_DBASE ...@@ -335,7 +335,7 @@ TabPage PAGE_DBASE
WordBreak = TRUE; WordBreak = TRUE;
Pos = MAP_APPFONT ( 6 , 3*UNRELATED_CONTROLS + 2*RELATED_CONTROLS + 3*FIXEDTEXT_HEIGHT + CHECKBOX_HEIGHT) ; Pos = MAP_APPFONT ( 6 , 3*UNRELATED_CONTROLS + 2*RELATED_CONTROLS + 3*FIXEDTEXT_HEIGHT + CHECKBOX_HEIGHT) ;
Size = MAP_APPFONT ( PAGE_X - 12 , 2*FIXEDTEXT_HEIGHT ) ; Size = MAP_APPFONT ( PAGE_X - 12 , 2*FIXEDTEXT_HEIGHT ) ;
Text [ en-US ] = "Note: When deleted, and thus inactive, records are displayed, you will not be able to delete records from the data source." ; Text [ en-US ] = "Note: When deleted, and thus inactive, records are displayed, you will not be able to delete records from the data source." ;
}; };
PushButton PB_INDICIES PushButton PB_INDICIES
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment