| Summary: | Untranslatable suffixes in UI | ||
|---|---|---|---|
| Product: | [Applications] Smb4k | Reporter: | Alexander Potashev <aspotashev> |
| Component: | general | Assignee: | Alexander Reinholdt <alexander.reinholdt> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | lueck |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/smb4k/abaf273d2140bcb32227ff61cc27b682e925ff41 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
Git commit 93147c20d03475b3cba52c017060501c1a557c04 by Alexander Reinholdt. Committed on 07/11/2017 at 20:07. Pushed by areinholdt into branch 'master'. Make suffixes in the config dialog translatable. M +2 -2 smb4k/smb4kconfigpagenetwork.cpp M +1 -1 smb4k/smb4kconfigpageshares.cpp M +2 -2 smb4k/smb4kconfigpagesynchronization.cpp https://commits.kde.org/smb4k/93147c20d03475b3cba52c017060501c1a557c04 Git commit abaf273d2140bcb32227ff61cc27b682e925ff41 by Alexander Reinholdt. Committed on 07/11/2017 at 20:11. Pushed by areinholdt into branch '2.0'. Make suffixes in the config dialog translatable. (cherry picked from commit 93147c20d03475b3cba52c017060501c1a557c04) M +2 -2 smb4k/smb4kconfigpagenetwork.cpp M +1 -1 smb4k/smb4kconfigpageshares.cpp M +2 -2 smb4k/smb4kconfigpagesynchronization.cpp https://commits.kde.org/smb4k/abaf273d2140bcb32227ff61cc27b682e925ff41 |
Untranslatable suffixes in UI, need i18n*() calls: HEAD:smb4k/smb4kconfigpagenetwork.cpp: scan_interval->setSuffix(" min"); HEAD:smb4k/smb4kconfigpagenetwork.cpp: waiting_time->setSuffix(" s"); HEAD:smb4k/smb4kconfigpageshares.cpp: remount_interval->setSuffix(" min."); HEAD:smb4k/smb4kconfigpagesynchronization.cpp: min_size->setSuffix(" kB"); HEAD:smb4k/smb4kconfigpagesynchronization.cpp: max_size->setSuffix(" kB");