Bug 3836 - added Exit to all menus 3rded
authorSebastian Brannstrom <sebastianb@symbian.org>
Thu, 21 Oct 2010 21:36:03 +0100
branch3rded
changeset 262 81bb9210fd4c
parent 219 3aa0b93477b5
child 275 e2c3225833c3
Bug 3836 - added Exit to all menus
application/data/PodcastClient_english.rls
application/data/PodcastClient_spanish.rls
application/data/PodcastQueueView.ra
application/data/PodcastSearchView.ra
application/data/PodcastShowsView.ra
--- a/application/data/PodcastClient_english.rls	Wed Sep 15 17:19:40 2010 +0100
+++ b/application/data/PodcastClient_english.rls	Thu Oct 21 21:36:03 2010 +0100
@@ -82,8 +82,8 @@
 rls_string STRING_import_feed_failure "Feed import failed"
 rls_string STRING_export_feed_success "%d feeds exported"
 rls_string STRING_export_feed_failure "Feed export failed"
-rls_string STRING_r_importing "Importing..."
-rls_string STRING_r_exporting "Exporting..."
+rls_string STRING_r_importing "Importing"
+rls_string STRING_r_exporting "Exporting"
 
 // Listbox empty strings
 rls_string STRING_r_podcast_empty_queue "(queue empty)"
@@ -122,7 +122,7 @@
 // Feed searching
 
 rls_string STRING_r_search_noresults "No search results"
-rls_string STRING_r_searching "Searching..."
+rls_string STRING_r_searching "Searching"
 rls_string STRING_r_search_results "Search results"
 
 // Show view
--- a/application/data/PodcastClient_spanish.rls	Wed Sep 15 17:19:40 2010 +0100
+++ b/application/data/PodcastClient_spanish.rls	Thu Oct 21 21:36:03 2010 +0100
@@ -84,8 +84,8 @@
 rls_string STRING_import_feed_failure "Improtación de fuente fallida"
 rls_string STRING_export_feed_success "%d fuentes exportadas"
 rls_string STRING_export_feed_failure "Exportación de fuente fallida"
-rls_string STRING_r_importing "Importando..."
-rls_string STRING_r_exporting "Exportando..."
+rls_string STRING_r_importing "Importando"
+rls_string STRING_r_exporting "Exportando"
 
 // Listbox empty strings
 rls_string STRING_r_podcast_empty_queue "(cola vacia)"
@@ -124,7 +124,7 @@
 // Feed searching
 
 rls_string STRING_r_search_noresults "No hay resultados"
-rls_string STRING_r_searching "Buscando..."
+rls_string STRING_r_searching "Buscando"
 rls_string STRING_r_search_results "Resulstados de la búsqueda"
 
 // Show view
--- a/application/data/PodcastQueueView.ra	Wed Sep 15 17:19:40 2010 +0100
+++ b/application/data/PodcastQueueView.ra	Thu Oct 21 21:36:03 2010 +0100
@@ -59,6 +59,11 @@
 			{
 			command = EPodcastHelp;
 			txt = STRING_r_view_help;
+			},
+		MENU_ITEM
+			{
+			command = EAknSoftkeyExit;
+			txt = STRING_r_exit_cmd;
 			}
         };
     }
--- a/application/data/PodcastSearchView.ra	Wed Sep 15 17:19:40 2010 +0100
+++ b/application/data/PodcastSearchView.ra	Thu Oct 21 21:36:03 2010 +0100
@@ -37,11 +37,6 @@
         {
 		MENU_ITEM
 			{
-			command = EPodcastAbout;
-			txt = STRING_r_view_about_cmd;
-			}, 
-		MENU_ITEM
-			{
 			command = EPodcastHelp;
 			txt = STRING_r_view_help;
 			},
--- a/application/data/PodcastShowsView.ra	Wed Sep 15 17:19:40 2010 +0100
+++ b/application/data/PodcastShowsView.ra	Thu Oct 21 21:36:03 2010 +0100
@@ -59,6 +59,11 @@
 			{
 			command = EPodcastHelp;
 			txt = STRING_r_view_help;
+			},
+		MENU_ITEM
+			{
+			command = EAknSoftkeyExit;
+			txt = STRING_r_exit_cmd;
 			}
         };
     }