Git commit bbb3d3266dbd088f71792174e5c85d0da3dcc1e9 by Akarsh Simha. Committed on 12/01/2016 at 11:06. Pushed by asimha into branch 'master'.
Rename button in Obs. Planner to "Download all Images". "Save all Images" is now meaningless, "Download all Images" is a more apt description. Changing the description appropriately. GUI: M +1 -1 kstars/tools/observinglist.cpp M +1 -1 kstars/tools/observinglist.ui http://commits.kde.org/kstars/bbb3d3266dbd088f71792174e5c85d0da3dcc1e9 diff --git a/kstars/tools/observinglist.cpp b/kstars/tools/observinglist.cpp index 3e2d987..5e580ab 100644 --- a/kstars/tools/observinglist.cpp +++ b/kstars/tools/observinglist.cpp @@ -1000,7 +1000,7 @@ void ObservingList::slotToggleSize() { ui->TableView->horizontalHeader()->show(); //Expand text on each button ui->FindButton->setText( i18n( "Find &Object") ); - ui->saveImages->setText( i18n( "Save all Images" ) ); + ui->saveImages->setText( i18n( "Download all Images" ) ); ui->DeleteAllImages->setText( i18n( "Delete all Images" ) ); ui->FindButton->setIcon( QIcon() ); ui->saveImages->setIcon( QIcon() ); diff --git a/kstars/tools/observinglist.ui b/kstars/tools/observinglist.ui index 169e1cd..afa6bba 100644 --- a/kstars/tools/observinglist.ui +++ b/kstars/tools/observinglist.ui @@ -365,7 +365,7 @@ <string>Download the SDSS/DSS images of all the objects in the current list.</string> </property> <property name="text"> - <string>Save all Images</string> + <string>Download all Images</string> </property> </widget> </item> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
