Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Commit

Permalink
Removed ' (beta)' from offlineNotice
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Sep 23, 2014
1 parent 9b0f2d7 commit a2acfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/parts/TopBarPart.as
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public class TopBarPart extends UIPart {
public function updateTranslation():void {
removeTextButtons();
addTextButtons();
if (offlineNotice) offlineNotice.text = Translator.map('Offline Editor') + ' (beta)';
if (offlineNotice) offlineNotice.text = Translator.map('Offline Editor');
refresh();
}

Expand Down

0 comments on commit a2acfa6

Please sign in to comment.