Revision: 14400
          http://sourceforge.net/p/skim-app/code/14400
Author:   hofman
Date:     2024-07-26 16:32:43 +0000 (Fri, 26 Jul 2024)
Log Message:
-----------
Use Pointer instead of Cursor

Modified Paths:
--------------
    trunk/SKNavigationWindow.m
    trunk/SKPDFView.m
    trunk/de.lproj/Localizable.strings
    trunk/en.lproj/Localizable.strings
    trunk/es.lproj/Localizable.strings
    trunk/fr.lproj/Localizable.strings
    trunk/it.lproj/Localizable.strings
    trunk/ja.lproj/Localizable.strings
    trunk/nl.lproj/Localizable.strings
    trunk/pl.lproj/Localizable.strings
    trunk/ru.lproj/Localizable.strings
    trunk/zh_CN.lproj/Localizable.strings
    trunk/zh_TW.lproj/Localizable.strings

Modified: trunk/SKNavigationWindow.m
===================================================================
--- trunk/SKNavigationWindow.m  2024-07-26 15:45:37 UTC (rev 14399)
+++ trunk/SKNavigationWindow.m  2024-07-26 16:32:43 UTC (rev 14400)
@@ -199,7 +199,7 @@
         cursorButton = [[SKNavigationButton alloc] initWithFrame:rect];
         [cursorButton setTarget:pdfView];
         [cursorButton setAction:@selector(showCursorStyleWindow:)];
-        [cursorButton setToolTip:NSLocalizedString(@"Cursor", @"Tool tip 
message")];
+        [cursorButton setToolTip:NSLocalizedString(@"Pointer", @"Tool tip 
message")];
         [cursorButton setPath:cursorButtonPath(rect.size)];
         [[self contentView] addSubview:cursorButton];
         

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2024-07-26 15:45:37 UTC (rev 14399)
+++ trunk/SKPDFView.m   2024-07-26 16:32:43 UTC (rev 14400)
@@ -5167,7 +5167,7 @@
         [item setKeyEquivalentModifierMask:0];
         item = [menu addItemWithTitle:NSLocalizedString(@"Laser Pointer 
Color", @"Menu item title") action:@selector(nextLaserPointerColor:) 
keyEquivalent:@"c"];
         [item setKeyEquivalentModifierMask:0];
-        item = [menu addItemWithTitle:NSLocalizedString(@"Cursors", @"Menu 
item title") action:@selector(showCursorStyleWindow:) keyEquivalent:@","];
+        item = [menu addItemWithTitle:NSLocalizedString(@"Pointers", @"Menu 
item title") action:@selector(showCursorStyleWindow:) keyEquivalent:@","];
         [item setKeyEquivalentModifierMask:0];
         item = [menu addItemWithTitle:NSLocalizedString(@"End", @"Menu item 
title") action:@selector(cancelOperation:) keyEquivalent:@"\e"];
         [item setKeyEquivalentModifierMask:0];

Modified: trunk/de.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/en.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/es.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/fr.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/it.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/ja.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/nl.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/pl.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/ru.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/zh_CN.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/zh_TW.lproj/Localizable.strings
===================================================================
(Binary files differ)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to