Skip to content

Commit

Permalink
s/EDITOR_UPDLOAD_MEDIA_FAILED/EDITOR_UPLOAD_MEDIA_FAILED/
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Jan 11, 2016
1 parent 2bc2b1f commit 8c839cc
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -68,8 +68,8 @@ public enum Stat {
EDITOR_ENABLED_NEW_VERSION, // Visual editor only
EDITOR_TOGGLED_OFF, // Visual editor only
EDITOR_TOGGLED_ON, // Visual editor only
EDITOR_UPDLOAD_MEDIA_FAILED, // Visual editor only
EDITOR_UPDLOAD_MEDIA_RETRIED, // Visual editor only
EDITOR_UPLOAD_MEDIA_FAILED, // Visual editor only
EDITOR_UPLOAD_MEDIA_RETRIED, // Visual editor only
EDITOR_TAPPED_BLOCKQUOTE,
EDITOR_TAPPED_BOLD,
EDITOR_TAPPED_HTML, // Visual editor only
Expand Down Expand Up @@ -217,4 +217,3 @@ public static void refreshMetadata(boolean isUserConnected, boolean isWordPressC
}
}
}

0 comments on commit 8c839cc

Please sign in to comment.