diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-06-03 13:35:33 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-06-03 13:35:33 +0000 |
commit | 4a9a4f473bfa109a03443921891a0ac150ad69ef (patch) | |
tree | 517310f9f88ab49e910ccf4607c61cbb216d0177 /src/corelib | |
parent | 4d3dbec5a9fdaa97792c107073083e7489ea605e (diff) | |
download | fpGUI-4a9a4f473bfa109a03443921891a0ac150ad69ef.tar.xz |
Applied partial parts of patch [ 1979341 ] gui_editCombo from Jean-Marc.
* Updated the combobox demo.
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/lang_english.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/corelib/lang_english.inc b/src/corelib/lang_english.inc index 2af62767..43b88227 100644 --- a/src/corelib/lang_english.inc +++ b/src/corelib/lang_english.inc @@ -166,3 +166,8 @@ rsShortTimeFormat = 'hh:nn'; rsLongTimeFormat = 'hh:nn:ss'; } + +// General messages +rsNewItemDetected = 'A new item has been detected.'; +rsAddNewItem = 'Would you like to add the new item <%s> to the list?'; + |