Ticket #9583: 0001-Fix-translation-for-Scroll-bar-on-Look-and-Feel-pane.patch

File 0001-Fix-translation-for-Scroll-bar-on-Look-and-Feel-pane.patch, 1017 bytes (added by dsjonny, 11 years ago)
  • src/preferences/appearance/LookAndFeelSettingsView.cpp

    From 69083955b403c58d48d6e1be7715d5b40e74e9ef Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Dancs=C3=B3=20R=C3=B3bert?= <dancso.robert@d-rendszer.hu>
    Date: Wed, 27 Mar 2013 17:30:13 +0000
    Subject: [PATCH] Fix translation for "Scroll bar:" on Look and Feel panel.
    
    ---
     src/preferences/appearance/LookAndFeelSettingsView.cpp |    2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/src/preferences/appearance/LookAndFeelSettingsView.cpp b/src/preferences/appearance/LookAndFeelSettingsView.cpp
    index eb048aa..5e7f252 100644
    a b LookAndFeelSettingsView::LookAndFeelSettingsView(const char* name)  
    107107        B_ALIGN_VERTICAL_CENTER));
    108108
    109109    BStringView* scrollBarLabel
    110         = new BStringView("scroll bar", "Scroll bar:");
     110        = new BStringView("scroll bar", B_TRANSLATE("Scroll bar:"));
    111111    scrollBarLabel->SetExplicitAlignment(
    112112        BAlignment(B_ALIGN_LEFT, B_ALIGN_TOP));
    113113