1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-19 23:41:51 +02:00

typos & text cleanup

This commit is contained in:
Jason Herskowitz 2014-09-21 17:43:50 -04:00
parent bc45cbdc93
commit 8e6319217a

View File

@ -48,7 +48,7 @@ public:
virtual QString factoryId() const { return "hatchetaccount"; }
virtual QString prettyName() const { return "Hatchet"; }
virtual QString description() const { return tr( "Connect to your Hatchet account to record you playback history, sync your playlists to Android and more." ); }
virtual QString description() const { return tr( "Connect to Hatchet to capture your playback data, sync your playlists to Android and more." ); }
virtual bool isUnique() const { return true; }
AccountTypes types() const { return AccountTypes( SipType ); }
// virtual bool allowUserCreation() const { return false; }