renaming strings

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-initdev@6962 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2013-12-25 17:16:17 +00:00
parent 8aca56bc4f
commit 9d78ad8942
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>605</width>
<width>745</width>
<height>332</height>
</rect>
</property>
@ -83,7 +83,7 @@
<item>
<widget class="QPushButton" name="submitPostButton">
<property name="text">
<string>Submit Post</string>
<string>Create Post</string>
</property>
<property name="icon">
<iconset resource="Posted_images.qrc">

View File

@ -106,7 +106,7 @@ ApplicationWindow::ApplicationWindow(QWidget* parent, Qt::WFlags flags)
#ifdef RS_USE_PHOTOSHARE
PhotoShare *photoShare = NULL;
ui.stackPages->add(photoShare = new PhotoShare(ui.stackPages),
createPageAction(QIcon(IMAGE_PHOTO), tr("Photo Share"), grp));
createPageAction(QIcon(IMAGE_PHOTO), tr("Photos"), grp));
#endif
PostedDialog *postedDialog = NULL;