Explorar o código

Shorten the copy button title on the text viewer to leave more room for the title.

Ryan Olson %!s(int64=12) %!d(string=hai) anos
pai
achega
2b23c311c4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Classes/Global State Explorers/FLEXWebViewController.m

+ 1 - 1
Classes/Global State Explorers/FLEXWebViewController.m

@@ -60,7 +60,7 @@
     self.webView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
     
     if ([self.originalText length] > 0) {
-        self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"Copy to Clipboard" style:UIBarButtonItemStylePlain target:self action:@selector(copyButtonTapped:)];
+        self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"Copy" style:UIBarButtonItemStylePlain target:self action:@selector(copyButtonTapped:)];
     }
 }